lonepress
Chevereto Member
In a few places, chevereto attempts to delete multiple files by calling unlink with multiple arguments. This doesn't work, and results in the deletion attempt failing silently. It works fine if you replace the call with a foreach loop calling unlink each iteration.
This is happening in:
app/lib/classes/class.image.php: line 505
app/lib/classes/class.user.php: lines 228 and 266
app/routes/route.json.php: line 919
This is happening in:
app/lib/classes/class.image.php: line 505
app/lib/classes/class.user.php: lines 228 and 266
app/routes/route.json.php: line 919