readded old constant as deprecated
This commit is contained in:
		| @@ -21,6 +21,8 @@ class SettingManager implements CallbackListener { | |||||||
| 	 */ | 	 */ | ||||||
| 	const TABLE_SETTINGS     = 'mc_settings'; | 	const TABLE_SETTINGS     = 'mc_settings'; | ||||||
| 	const CB_SETTING_CHANGED = 'SettingManager.SettingChanged'; | 	const CB_SETTING_CHANGED = 'SettingManager.SettingChanged'; | ||||||
|  | 	/** @deprecated Use CB_SETTING_CHANGED */ | ||||||
|  | 	const CB_SETTINGS_CHANGED = 'SettingManager.SettingChanged'; | ||||||
|  |  | ||||||
| 	/* | 	/* | ||||||
| 	 * Private Properties | 	 * Private Properties | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user