1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Admin tools - parse error, still work in progress of course

This commit is contained in:
secretr
2009-10-27 12:52:20 +00:00
parent cb5c288522
commit eac89fd8d5

View File

@@ -282,7 +282,7 @@ class e_admin_request
*
* @return string
*/
public function getMode()
public function getModeName()
{
return strtolower(str_replace('-', '_', $this->_mode));
}