Merge pull request #2402 from julceslauhub/master
BUG 14053 - First part
This commit is contained in:
@@ -5231,6 +5231,7 @@ class G
|
||||
if (!isset($allFunctions['user'])) {
|
||||
$allFunctions['user'] = array();
|
||||
}
|
||||
$allFunctions['user'][] = 'sort';
|
||||
return in_array(strtolower($functionName), $allFunctions['user']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user