Safen up getUsingCustomStreamSettings()
This commit is contained in:
parent
a82b75743f
commit
fc5d20f4d6
1 changed files with 2 additions and 1 deletions
|
@ -1441,7 +1441,8 @@ class Application_Model_Preference
|
|||
// SAAS-876 - Toggle indicating whether user is using custom stream settings
|
||||
|
||||
public static function getUsingCustomStreamSettings() {
|
||||
return self::getValue("using_custom_stream_settings");
|
||||
$val = self::getValue("using_custom_stream_settings");
|
||||
return empty($val) ? false : $val;
|
||||
}
|
||||
|
||||
public static function setUsingCustomStreamSettings($value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue