mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
Fix backward compatibility with admin module
This commit is contained in:
parent
9c424f2d6f
commit
a95ef14b8d
5 changed files with 46 additions and 20 deletions
|
|
@ -11,6 +11,14 @@
|
|||
*/
|
||||
class AdminAdminView extends Admin
|
||||
{
|
||||
/**
|
||||
* Make the admin menu.
|
||||
*/
|
||||
public function makeGnbUrl($module = 'admin')
|
||||
{
|
||||
Rhymix\Modules\Admin\Controllers\Base::getInstance()->loadAdminMenu($module);
|
||||
}
|
||||
|
||||
/**
|
||||
* Display General Settings page
|
||||
* @return void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue