]> source.dussan.org Git - nextcloud-server.git/commit
Fix quota type to int 34019/head
authorCarl Schwan <carl@carlschwan.eu>
Mon, 12 Sep 2022 07:26:04 +0000 (09:26 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Mon, 12 Sep 2022 07:26:04 +0000 (09:26 +0200)
commitd61efdff6c53cb8588b1f54e2b096b336b5163b2
treea94a434dfbc9de60c940850eb45507b59a24bdfe
parent71d0ea84c340ff1e4c7ab85672e1a6a0be673c7d
Fix quota type to int

Change the quota to int from float, since the quota is a number of bits
and a bits can not be splitted.

Fix #34010

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
lib/private/legacy/OC_Helper.php
lib/private/legacy/OC_Util.php