Commit c7de9598 authored by Ad Schellevis's avatar Ad Schellevis

code style fix

parent ac15ddce
......@@ -209,7 +209,7 @@ class ACL
}
// sort by name ( case insensitive )
uasort($priv_list, function($a, $b) {
uasort($priv_list, function ($a, $b) {
return strcasecmp($a["name"], $b["name"]) ;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment