This commit is contained in:
Roly Rudy Gutierrez Pinto
2016-09-14 18:12:31 -04:00
parent 9dcdeba928
commit 24628bb417

View File

@@ -5769,7 +5769,7 @@ class G
*
* @return crc32($string)
*/
public function encryptCrc32 ($string)
public static function encryptCrc32 ($string)
{
$consthashFx = self::hashCrc;
return $consthashFx($string);