diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/php/components/UserSelection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/components/UserSelection.php b/app/php/components/UserSelection.php index 681e154..92b8463 100644 --- a/app/php/components/UserSelection.php +++ b/app/php/components/UserSelection.php @@ -60,7 +60,7 @@ class UserSelection extends TTemplateControl { ); usort( $categories, - function ($cat1, $cat2) { + function($cat1, $cat2) { return strcmp($cat1->Name, $cat2->Name); } ); |