From eac89fd8d520c4c8b6e19b0d0e84e9816ac36fea Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 27 Oct 2009 12:52:20 +0000 Subject: [PATCH] Admin tools - parse error, still work in progress of course --- e107_handlers/admin_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }