We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a532654 commit 46fe7cbCopy full SHA for 46fe7cb
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