// bugfix vatnumber

This commit is contained in:
mMarinetti
2011-11-03 18:03:29 +00:00
parent 8bef1d454d
commit 912e32f0ba
3 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ class AdminControllerCore extends Controller
/** @var string Default ORDER BY clause when $_orderBy is not defined */
protected $_defaultOrderBy = false;
public $tpl_form_vars;
public $tpl_list_vars;
public $tpl_form_vars = array();
public $tpl_list_vars = array();
/** @var array Errors displayed after post processing */
public $_errors = array();