Explorar el Código

small code fix

Piotr Labudda hace 8 años
padre
commit
b2ba978433
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      SE/se-lib/Route/Status.php

+ 2 - 2
SE/se-lib/Route/Status.php

@@ -153,8 +153,8 @@ class Route_Status extends RouteBase {
 			return ($a === $b)
 			? 0
 			: ( ($a < $b)
-			? 1
-			: -1
+				? 1
+				: -1
 			) ;
 		});
 		if ('0' == User::get('ADM_ADMIN_LEVEL')) {