// Update accounting controller due to last commit

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10511 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-11-23 10:57:07 +00:00
parent ca68421dae
commit 130cf8ed11
3 changed files with 8 additions and 14 deletions
@@ -58,7 +58,7 @@ class AdminAccountingExportControllerCore extends AdminController
public function __construct()
{
$this->className = 'Accounting';
$this->context = Context::getContext();
$this->pathAccountExportTpl = _PS_ADMIN_DIR_.'/themes/template/accounting_export/';
$this->content = '';
$this->downloadDir = _PS_ROOT_DIR_.'/download/';