Skip to content

Commit

Permalink
Wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
dolibarr95 committed Oct 10, 2017
1 parent dd69f76 commit 7943a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/modulehelp.php
Expand Up @@ -366,7 +366,7 @@
if ($mode == 'feature')
{
$text.='<br><strong>'.$langs->trans("DependsOn").':</strong> ';
if (count($objMod->requiredby)) $text.=join(',', $objMod->depends);
if (count($objMod->depends)) $text.=join(',', $objMod->depends);
else $text.=$langs->trans("None");
$text.='<br><strong>'.$langs->trans("RequiredBy").':</strong> ';
if (count($objMod->requiredby)) $text.=join(',', $objMod->requiredby);
Expand Down

0 comments on commit 7943a14

Please sign in to comment.