@@ -17,7 +17,7 @@ |
||
| 17 | 17 | if (isset($routes[$method])) { |
| 18 | 18 | $content = admin_get_content_object($method, $uri, $routes); |
| 19 | 19 | } else { |
| 20 | - throw new InternalException("Unsupported HTTP Method [$method]"); |
|
| 20 | + throw new InternalException("Unsupported HTTP Method [$method]"); |
|
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | return $content; |