This commit is contained in:
Pererinha 2015-02-26 15:49:47 -03:00
parent b11b175143
commit 57ddaa3014

View File

@ -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 ){