diff --git a/e107_handlers/admin_handler.php b/e107_handlers/admin_handler.php index 814457d9e..79a3d76bf 100644 --- a/e107_handlers/admin_handler.php +++ b/e107_handlers/admin_handler.php @@ -282,7 +282,7 @@ class e_admin_request * * @return string */ - public function getMode() + public function getModeName() { return strtolower(str_replace('-', '_', $this->_mode)); }