readded old constant as deprecated
This commit is contained in:
parent
30b11cc466
commit
de2deac28f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user