Change url for add vendor in admin menu to use the objectManager
This commit is contained in:
committed by
WineHQ
parent
0ad148f69f
commit
c8698266a0
@@ -10,7 +10,8 @@ function global_admin_menu() {
|
|||||||
$g = new htmlmenu("Global Admin");
|
$g = new htmlmenu("Global Admin");
|
||||||
|
|
||||||
$g->add("Add Category", BASE."admin/addCategory.php");
|
$g->add("Add Category", BASE."admin/addCategory.php");
|
||||||
$g->add("Add Vendor", BASE."admin/editVendor.php");
|
$g->add("Add Vendor", BASE."objectManager.php?sClass=vendor&bQueue=".
|
||||||
|
"false&sAction=add&sTitle=Add%20Vendor");
|
||||||
|
|
||||||
$g->addmisc(" ");
|
$g->addmisc(" ");
|
||||||
$g->add("View App Queue (".$_SESSION['current']->getQueuedAppCount()."/".$_SESSION['current']->getQueuedVersionCount().")", BASE."admin/adminAppQueue.php");
|
$g->add("View App Queue (".$_SESSION['current']->getQueuedAppCount()."/".$_SESSION['current']->getQueuedVersionCount().")", BASE."admin/adminAppQueue.php");
|
||||||
|
|||||||
Reference in New Issue
Block a user