MDL-69257 core_h5p: Move $maxsize outside the foreach loop
authorMihail Geshoski <mihail@moodle.com>
Fri, 9 Oct 2020 02:23:28 +0000 (10:23 +0800)
committerMihail Geshoski <mihail@moodle.com>
Fri, 9 Oct 2020 02:23:28 +0000 (10:23 +0800)
commit2212df5dd8ddd820260713c47559269561536adb
tree7007b90b1827e12635b70f9788e50b28f78a5439
parent2355205ad89d8c1718e823256f9bb8196f358730
MDL-69257 core_h5p: Move $maxsize outside the foreach loop

There is no reason to repeatedly obtain the maximum size for uploading
files as a part of foreach loop.
h5p/ajax.php