[+] BO : #PSFV-94 AdminCustomerThreads is now a controller.

// bugfix property shopShareDatas was missing in AdminController ... We may move it in Context later


git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10088 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-14 10:27:49 +00:00
parent f891bb9139
commit 7306517a29
3 changed files with 61 additions and 695 deletions
+2
View File
@@ -34,6 +34,8 @@ class AdminControllerCore extends Controller
public $warnings = array();
public $informations = array();
public $shopShareDatas = false;
public $_languages = array();
public $default_form_language;
public $allow_employee_form_lang;