diff --git a/include/library/Crunchbutton/Community.php b/include/library/Crunchbutton/Community.php index eb1684b8d..e8880de73 100644 --- a/include/library/Crunchbutton/Community.php +++ b/include/library/Crunchbutton/Community.php @@ -678,7 +678,7 @@ class Crunchbutton_Community extends Cana_Table_Trackchange { } public function isAutoClosed(){ - return ( intval( $this->is_auto_closed ) == 1 ); + return ( intval( $this->is_auto_closed ) > 0 ); } public function shutDownCommunity( $dt = null ){