removed deprecated updatemanager
This commit is contained in:
parent
7f6b946158
commit
974c69d226
@ -37,15 +37,6 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener
|
||||
const SETTING_PERMISSION_UPDATECHECK = 'Check Core Update';
|
||||
const BUILD_DATE_FILE_NAME = 'build_date.txt';
|
||||
|
||||
/*
|
||||
* Public properties
|
||||
*/
|
||||
/** @var PluginUpdateManager $pluginUpdateManager
|
||||
* @deprecated
|
||||
* @see getPluginUpdateManager()
|
||||
*/
|
||||
public $pluginUpdateManager = null;
|
||||
|
||||
/*
|
||||
* Private properties
|
||||
*/
|
||||
@ -55,6 +46,9 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener
|
||||
/** @var UpdateData $coreUpdateData */
|
||||
private $coreUpdateData = null;
|
||||
|
||||
/** @var PluginUpdateManager $pluginUpdateManager */
|
||||
private $pluginUpdateManager = null;
|
||||
|
||||
/**
|
||||
* Construct a new update manager instance
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user