// Use protected instead of private for classes we can override #PSCFV-1976
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14895 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
class AdminEmployeesControllerCore extends AdminController
|
||||
{
|
||||
/** @var array profiles list */
|
||||
private $profiles_array = array();
|
||||
protected $profiles_array = array();
|
||||
|
||||
/** @var array themes list*/
|
||||
private $themes = array();
|
||||
protected $themes = array();
|
||||
|
||||
/** @var array tabs list*/
|
||||
private $tabs_list = array();
|
||||
protected $tabs_list = array();
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user