diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-02-10 05:37:42 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-02-10 05:37:42 +0000 |
commit | 62f3724acbdf60b7a17c452e74f099b5236d41cb (patch) | |
tree | bcf7ad27946413681c1774bad65e754001f37777 /core/controllers/admin.php | |
parent | fe5240730a0f281db1ed6ad3be0a3c63c72868bc (diff) |
Adding UI for site language selection and user language preference.
Diffstat (limited to 'core/controllers/admin.php')
-rw-r--r-- | core/controllers/admin.php | 1 |
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 { |