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