Replace status with active in tables
This commit is contained in:
@@ -26,7 +26,7 @@ class Request extends lnApp_Request {
|
||||
|
||||
$mo = ORM::factory('Module',array('name'=>$c));
|
||||
|
||||
if ($mo->loaded() AND $mo->status) {
|
||||
if ($mo->loaded() AND $mo->active) {
|
||||
$method = strtolower($this->_directory ? sprintf('%s:%s',$this->_directory.($x ? '_'.$x : ''),$this->_action) : $this->_action);
|
||||
|
||||
// Get the method number
|
||||
|
Reference in New Issue
Block a user