There was an error while loading. Please reload this page.
1 parent 7287476 commit e23ed6fCopy full SHA for e23ed6f
1 file changed
productcomments.php
@@ -455,7 +455,7 @@ public function renderModerateLists()
455
$helper->table = $this->name;
456
$helper->table_id = 'waiting-approval-productcomments-list';
457
$helper->token = Tools::getAdminTokenLite('AdminModules');
458
- $helper->currentIndex = AdminController::$currentIndex . '&configure=' . $this->name;
+ $helper->currentIndex = $this->context->link->getAdminLink('AdminModules', true) . '&configure=' . $this->name;
459
$helper->no_link = true;
460
461
$return .= $helper->generateList($comments, $fields_list);
0 commit comments