//remove unused variable
This commit is contained in:
@@ -32,8 +32,6 @@ class AdminGendersControllerCore extends AdminController
|
||||
$this->table = 'gender';
|
||||
$this->className = 'Gender';
|
||||
$this->lang = true;
|
||||
$this->requiredDatabase = true;
|
||||
|
||||
$this->addRowAction('edit');
|
||||
$this->addRowAction('delete');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user