// 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,20 +29,9 @@ class AdminAccountingExportControllerCore extends AdminController
{
public function __construct()
{
$this->className = 'Accounting';
$this->context = Context::getContext();
parent::__construct();
}
/**
* AdminController::init() override
* @see AdminController::init()
*/
public function init()
{
}
public function initContent()
{
}
}