Skip to content

Commit

Permalink
FIX Enable web site
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 13, 2019
1 parent ac57e52 commit f4e58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/website.php
Expand Up @@ -618,7 +618,7 @@

// Active
print '<td align="center" class="nowrap">';
print '<a href="'.$url.'action='.$acts[$obj->status].'">'.$actl[$obj->status].'</a>';
print '<a href="'.$url.'action='.$acts[($obj->status?1:0)].'">'.$actl[($obj->status?1:0)].'</a>';
print "</td>";

// Modify link
Expand Down

0 comments on commit f4e58aa

Please sign in to comment.