mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1629 error when more than one menu is named '__ADMINMENU_V17__'
This commit is contained in:
parent
9412cc4a22
commit
0188bb817b
4 changed files with 24 additions and 26 deletions
|
|
@ -12,7 +12,7 @@
|
|||
class admin extends ModuleObject
|
||||
{
|
||||
|
||||
private $adminMenuName = '__ADMINMENU_V17__';
|
||||
protected $adminMenuName = '__ADMINMENU_V17__';
|
||||
public function getAdminMenuName()
|
||||
{
|
||||
return $this->adminMenuName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue