From 24628bb417c19c46f1b7099786fbe3bef468c3f5 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Wed, 14 Sep 2016 18:12:31 -0400 Subject: [PATCH] HOR-1842 --- gulliver/system/class.g.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index c80a3653c..558c481fe 100644 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -5769,7 +5769,7 @@ class G * * @return crc32($string) */ - public function encryptCrc32 ($string) + public static function encryptCrc32 ($string) { $consthashFx = self::hashCrc; return $consthashFx($string);