diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/account.php b/include/account.php index 5f0c8737f..5dd91f909 100644 --- a/include/account.php +++ b/include/account.php @@ -668,7 +668,7 @@ function downgrade_accounts() { function service_class_allows($uid, $property, $usage = false) { $limit = service_class_fetch($uid, $property); - if($limit === false) + if($limit == false) return true; // No service class set => everything is allowed $limit = engr_units_to_bytes($limit); |