We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a532654 + 46fe7cb commit 476b8e8Copy full SHA for 476b8e8
1 file changed
interface/web/dashboard/dashlets/limits.php
@@ -222,7 +222,7 @@ public function _get_assigned_quota($limit)
222
$quotaMB = $rec['number'] / 1048576;
223
} // Mail quota is in bytes, must be converted to MB
224
else {
225
- $quotaMB = $rec['number'];
+ $quotaMB = $app->functions->intval($rec['number']);
226
}
227
return $quotaMB;
228
0 commit comments