Merge branch 'cc-5709-airtime-analyzer-saas' of github.com:sourcefabric/Airtime into cc-5709-airtime-analyzer-saas
This commit is contained in:
commit
e963157a22
8 changed files with 6 additions and 145 deletions
|
@ -1440,7 +1440,8 @@ class Application_Model_Preference
|
|||
|
||||
public static function getDiskUsage()
|
||||
{
|
||||
return self::getValue("disk_usage");
|
||||
$val = self::getValue("disk_usage");
|
||||
return (strlen($val) == 0) ? 0 : $val;
|
||||
}
|
||||
|
||||
public static function setDiskUsage($value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue