summaryrefslogtreecommitdiffstats
path: root/application/controllers/file/Multipaste.php
AgeCommit message (Collapse)AuthorFilesLines
2022-04-10fix(multipaste): Handle missing items in multipaste queueFlorian Pritz1-0/+5
This fixes an exception if the multipaste queue contains an item that does not exist any more, e.g. because it has been deleted after it was added to the queue. `Exception 1/1 'ErrorException' with message 'Trying to access array offset on value of type bool' in /srv/http/filebin/application/controllers/file/Multipaste.php:103` Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-18Migrate return code checks for CI3Florian Pritz1-3/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-09WIP: CI3 migrationFlorian Pritz1-0/+113
Signed-off-by: Florian Pritz <bluewind@xinu.at>