Merge branch 'saas-dev' into saas-stream-settings
Conflicts: airtime_mvc/application/models/Preference.php
This commit is contained in:
commit
37ed35f5b2
16 changed files with 94 additions and 17 deletions
|
@ -1522,4 +1522,13 @@ class Application_Model_Preference
|
|||
self::setValue("using_custom_stream_settings", $value);
|
||||
}
|
||||
|
||||
public static function getRadioPageDisplayLoginButton()
|
||||
{
|
||||
return self::getValue("radio_page_display_login_button");
|
||||
}
|
||||
|
||||
public static function setRadioPageDisplayLoginButton($value)
|
||||
{
|
||||
self::setValue("radio_page_display_login_button", $value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue