Changed status to active, fixed name()
This commit is contained in:
parent
bdffb0cb5b
commit
33982a6cec
@ -179,7 +179,7 @@ abstract class lnAuth_Controller_Admin_Module extends Controller_Module {
|
|||||||
'id'=>'ID',
|
'id'=>'ID',
|
||||||
'name'=>'Name',
|
'name'=>'Name',
|
||||||
'notes'=>'Notes',
|
'notes'=>'Notes',
|
||||||
'status'=>'Active',
|
'active'=>'Active',
|
||||||
'external'=>'External',
|
'external'=>'External',
|
||||||
))
|
))
|
||||||
->prepend(array(
|
->prepend(array(
|
||||||
|
@ -48,7 +48,7 @@ abstract class lnAuth_Model_Module extends ORM {
|
|||||||
return ORM::factory(Kohana::classname($this->name),$id);
|
return ORM::factory(Kohana::classname($this->name),$id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function name() {
|
public function name($variable=NULL) {
|
||||||
return $this->name;
|
return $this->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user