// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
@@ -33,9 +33,9 @@ class UpgraderCore
|
||||
/**
|
||||
* @var boolean contains true if last version is not installed
|
||||
*/
|
||||
private $need_upgrade = false;
|
||||
private $changed_files = array();
|
||||
private $missing_files = array();
|
||||
protected $need_upgrade = false;
|
||||
protected $changed_files = array();
|
||||
protected $missing_files = array();
|
||||
|
||||
public $version_name;
|
||||
public $version_num;
|
||||
|
||||
Reference in New Issue
Block a user