CC-3110 : Password reset
added sender email to preferences form, created db upgrade script.
This commit is contained in:
parent
cf2813a545
commit
0b3809c379
9 changed files with 79 additions and 20 deletions
|
@ -772,6 +772,14 @@ class Application_Model_Preference
|
|||
public static function GetLiveDJSourceConnectionURL(){
|
||||
return self::GetValue("live_dj_source_connection_url");
|
||||
}
|
||||
|
||||
public static function SetSystemEmail($value) {
|
||||
self::SetValue("system_email", $value, false);
|
||||
}
|
||||
|
||||
public static function GetSystemEmail() {
|
||||
return self::GetValue("system_email");
|
||||
}
|
||||
/* User specific preferences end */
|
||||
|
||||
public static function ShouldShowPopUp(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue