Skip to content

Commit

Permalink
fix duplicate msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikf authored Jan 8, 2025
1 parent 60e68e1 commit 0cfd028
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions admin/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,8 @@
print '<div class="tabsAction">';
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action=edit&token='.newToken().'">'.$langs->trans("Modify").'</a>';
print '</div>';
} else {
print '<br>'.$langs->trans("NothingToSetup");
}


$moduledir = 'ctpt';
$myTmpObjects = array();
$myTmpObjects['MyObject'] = array('includerefgeneration'=>0, 'includedocgeneration'=>0);
Expand Down

0 comments on commit 0cfd028

Please sign in to comment.