Skip to content

Commit eca2797

Browse files
authored
Merge pull request #28 from Hlavtox/remove-tab-link
Remove tab link
2 parents 7d12b35 + 7d5e20b commit eca2797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

statscheckup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function hookDisplayAdminStatsModules()
270270
$this->html .= '
271271
<tr>
272272
<td>' . $row['id_product'] . '</td>
273-
<td><a href="' . Tools::safeOutput('index.php?tab=AdminProducts&updateproduct&id_product=' . $row['id_product'] . '&token=' . $token_products) . '">' . Tools::substr($row['name'], 0, 42) . '</a></td>
273+
<td><a href="' . Tools::safeOutput('index.php?controller=AdminProducts&updateproduct&id_product=' . $row['id_product'] . '&token=' . $token_products) . '">' . Tools::substr($row['name'], 0, 42) . '</a></td>
274274
<td class="center">' . $array_colors[$scores['active']] . '</td>';
275275
foreach ($languages as $language) {
276276
if (isset($row['desclength_' . $language['iso_code']])) {

0 commit comments

Comments
 (0)