Merged in gproly/processmaker/HOR-1842 (pull request #4900)

HOR-1842
This commit is contained in:
Julio Cesar Laura Avendaño
2016-09-15 10:39:59 -04:00

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);