-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.8, 4.1.3, 4.2
-
1
-
Team Hedgehog 2023 Sprint 2.1
By mistake when MDL-73226 was implemented I used the following function to calculate the user used space:
file_get_user_used_space()
But the previous function calculates all the user-used space including backups and other stuff while the correct approach would've been just to calculate the used space in the user private files area.
- is a regression caused by
-
MDL-73226 core_user_add_user_private_files should fail when userquota is 0 or the file won't be added by size
-
- Closed
-