From f4e58aab228aa0cf179cb23ca64d578bbe625f2e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 13 Aug 2019 04:49:12 +0200 Subject: [PATCH] FIX Enable web site --- htdocs/admin/website.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/website.php b/htdocs/admin/website.php index 2b7e4fbf1f8..5096563ad76 100644 --- a/htdocs/admin/website.php +++ b/htdocs/admin/website.php @@ -618,7 +618,7 @@ if ($id) // Active print ''; - print ''.$actl[$obj->status].''; + print ''.$actl[($obj->status?1:0)].''; print ""; // Modify link