Loading lib/Controller/UserController.php +2 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ class UserController extends ApiController return $response; } try { // Explicitly cast input values to integer $usage = array_map(fn ($value) => (int) $value, $usage); $this->updateMailQuotaUsageInPreferences($usage); } catch (Exception $e) { $statusCode = 500; Loading Loading
lib/Controller/UserController.php +2 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ class UserController extends ApiController return $response; } try { // Explicitly cast input values to integer $usage = array_map(fn ($value) => (int) $value, $usage); $this->updateMailQuotaUsageInPreferences($usage); } catch (Exception $e) { $statusCode = 500; Loading