// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
@@ -35,8 +35,8 @@ class ShopUrlCore extends ObjectModel
|
||||
public $main;
|
||||
public $active;
|
||||
|
||||
private static $main_domain = null;
|
||||
private static $main_domain_ssl = null;
|
||||
protected static $main_domain = null;
|
||||
protected static $main_domain_ssl = null;
|
||||
|
||||
/**
|
||||
* @see ObjectModel::$definition
|
||||
|
||||
Reference in New Issue
Block a user