summaryrefslogtreecommitdiff
path: root/core/controllers/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/admin.php')
-rw-r--r--core/controllers/admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/controllers/admin.php b/core/controllers/admin.php
index d83a0d6f..f8314007 100644
--- a/core/controllers/admin.php
+++ b/core/controllers/admin.php
@@ -36,7 +36,6 @@ class Admin_Controller extends Controller {
$controller_name = "dashboard";
}
$controller_name = "Admin_{$controller_name}_Controller";
-
if ($args) {
$method = array_shift($args);
} else {