Update ps_mainmenu.php

This commit is contained in:
Touxten
2025-07-24 10:44:57 +02:00
committed by GitHub
parent 1d8e8810ae
commit fec5957774
+1 -1
View File
@@ -1432,7 +1432,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
$helper->module = $this;
$helper->title = $this->trans('Link list', [], 'Modules.Mainmenu.Admin');
$helper->token = Tools::getAdminTokenLite('AdminModules');
$helper->currentIndex = AdminController::$currentIndex . '&configure=' . $this->name;
$helper->currentIndex = $this->context->link->getAdminLink('AdminModules', false) . '&configure=' . $this->name . '&tab_module=' . $this->tab . '&module_name=' . $this->name;
return $helper->generateList($links, $fields_list);
}