// Update accounting

This commit is contained in:
vSchoener
2011-11-08 15:14:28 +00:00
parent 77046b0eed
commit 63c2159a98
2 changed files with 4 additions and 13 deletions
@@ -29,7 +29,9 @@ class AdminAccountingManagementControllerCore extends AdminController
{
public function __construct()
{
$this->className = 'Accounting';
$this->context = Context::getContext();
parent::__construct();
}