@@ -36,7 +36,7 @@ |
||
| 36 | 36 | public function get_routes($include_admin = FALSE) { |
| 37 | 37 | //if ($include_admin === FALSE && $GLOBALS['tf']->ima === 'admin') |
| 38 | 38 | //$include_admin = TRUE; |
| 39 | - return $include_admin === TRUE? array_merge($this->admin_routes, $this->routes) : $this->routes; |
|
| 39 | + return $include_admin === TRUE ? array_merge($this->admin_routes, $this->routes) : $this->routes; |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |