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',
|
||||
'name'=>'Name',
|
||||
'notes'=>'Notes',
|
||||
'status'=>'Active',
|
||||
'active'=>'Active',
|
||||
'external'=>'External',
|
||||
))
|
||||
->prepend(array(
|
||||
|
@ -48,7 +48,7 @@ abstract class lnAuth_Model_Module extends ORM {
|
||||
return ORM::factory(Kohana::classname($this->name),$id);
|
||||
}
|
||||
|
||||
public function name() {
|
||||
public function name($variable=NULL) {
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user