summaryrefslogtreecommitdiff
path: root/app/php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-03-15 23:58:48 +0100
committeremkael <emkael@tlen.pl>2016-03-15 23:58:48 +0100
commit0c5ca745975b1929787ea55a2d936b8fbef4a38f (patch)
tree6165b40b92a0a7735b522e84f51c88b284feb5dd /app/php
parenta7b9899d1b227a7ea9d0019bdc07905c9eb12482 (diff)
* code formatting
Diffstat (limited to 'app/php')
-rw-r--r--app/php/components/UserSelection.php2
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);
}
);