diff --git a/htdocs/admin/website.php b/htdocs/admin/website.php index 5f51bccb240..80e806b6595 100644 --- a/htdocs/admin/website.php +++ b/htdocs/admin/website.php @@ -109,7 +109,7 @@ $tabrowid[1] = ""; // Condition to show dictionary in setup page $tabcond = array(); -$tabcond[1] = (!empty($conf->website->enabled)); +$tabcond[1] = (isModEnabled('website')); // List of help for fields $tabhelp = array();