From b515605ebfc3adea71906e99517fb4080398833d Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Fri, 16 May 2014 16:58:10 -0400 Subject: [PATCH] BUG 14053 - First part --- gulliver/system/class.g.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index f3e3f3d45..2c8388634 100755 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -5231,6 +5231,7 @@ class G if (!isset($allFunctions['user'])) { $allFunctions['user'] = array(); } + $allFunctions['user'][] = 'sort'; return in_array(strtolower($functionName), $allFunctions['user']); }