Replace status with active in tables
This commit is contained in:
@@ -21,7 +21,7 @@ class Company {
|
||||
if (! $this->so->loaded())
|
||||
throw new Kohana_Exception(_('Site [:site] not defined in DB?'),array(':site'=>URL::base('http')));
|
||||
|
||||
Kohana::$environment = (int)$this->so->status;
|
||||
Kohana::$environment = (int)$this->so->active;
|
||||
}
|
||||
|
||||
public static function instance() {
|
||||
|
Reference in New Issue
Block a user