Some additional fixes for PHP errors

Some additional fixes for PHP errors
This commit is contained in:
novgorodschi catalin
2026-08-17 10:31:03 +03:00
parent d9df87c622
commit 0f81a2b25e
11 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ class MyGenerator
*/
public function getMapCheck($wref)
{
return substr(md5($wref), 5, 2);
return substr(md5((string) $wref), 5, 2);
}
/**