// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
class AdminCmsControllerCore extends AdminController
|
||||
{
|
||||
private $_category;
|
||||
protected $_category;
|
||||
|
||||
public $id_cms_category;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user