//remove unused variable
This commit is contained in:
@@ -32,7 +32,6 @@ class AdminCartsControllerCore extends AdminController
|
||||
$this->table = 'cart';
|
||||
$this->className = 'Cart';
|
||||
$this->lang = false;
|
||||
$this->requiredDatabase = true;
|
||||
|
||||
$this->addRowAction('view');
|
||||
$this->addRowAction('delete');
|
||||
|
||||
Reference in New Issue
Block a user