mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-18 17:21:05 +00:00
Some additional fixes for PHP errors
Some additional fixes for PHP errors
This commit is contained in:
@@ -289,7 +289,7 @@ class MyGenerator
|
||||
*/
|
||||
public function getMapCheck($wref)
|
||||
{
|
||||
return substr(md5($wref), 5, 2);
|
||||
return substr(md5((string) $wref), 5, 2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user