Merged in bugfix/PMC-1408 (pull request #7133)

PMC-1408

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
Julio Cesar Laura Avendaño
2019-11-26 12:32:38 +00:00
committed by Paula Quispe

View File

@@ -106,7 +106,7 @@ class StringHelper {
* @return int
*/
public static function hashCode($string) {
return $this->encryptCrc32($string);
return self::encryptCrc32($string);
}
/**