Cancel new feature add to get back a stable version for 2.6
This commit is contained in:
parent
6953b2b36a
commit
09209051df
@ -428,7 +428,7 @@ foreach ($orders as $key => $value)
|
|||||||
if (! empty($conf->global->$const_name))
|
if (! empty($conf->global->$const_name))
|
||||||
{
|
{
|
||||||
// Module actif
|
// Module actif
|
||||||
if (! empty($objMod->always_enabled) || (! empty($objMod->core_enabled) && ($conf->entity != 1))) print $langs->trans("Required");
|
if (! empty($objMod->always_enabled)) print $langs->trans("Required");
|
||||||
else print "<a href=\"modules.php?id=".$objMod->numero."&action=reset&value=" . $modName . "&mode=" . $mode . "\">" . $langs->trans("Disable") . "</a></td>\n";
|
else print "<a href=\"modules.php?id=".$objMod->numero."&action=reset&value=" . $modName . "&mode=" . $mode . "\">" . $langs->trans("Disable") . "</a></td>\n";
|
||||||
|
|
||||||
if (! empty($objMod->config_page_url))
|
if (! empty($objMod->config_page_url))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user