// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
@@ -59,7 +59,7 @@ abstract class ObjectModelCore
|
||||
|
||||
protected $id_shop = null;
|
||||
|
||||
private $get_shop_from_context = true;
|
||||
protected $get_shop_from_context = true;
|
||||
|
||||
protected static $fieldsRequiredDatabase = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user