mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
Admin tools - parse error, still work in progress of course
This commit is contained in:
@@ -282,7 +282,7 @@ class e_admin_request
|
|||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getMode()
|
public function getModeName()
|
||||||
{
|
{
|
||||||
return strtolower(str_replace('-', '_', $this->_mode));
|
return strtolower(str_replace('-', '_', $this->_mode));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user