mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 19:50:36 -04:00
Adding UI for site language selection and user language preference.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user