diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index 7c07b3cce..414c5f3f0 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -1924,6 +1924,8 @@ class ProcessAdditional //We show no error at all, we failed to save the frame and move on } catch (\InvalidArgumentException $e) { //We do nothing, just prevent displaying errors because the file cannot be open(corrupted or incomplete file) + } catch (\Throwable $e) { + //Again we do nothing, we just want to catch the error } } diff --git a/Changelog b/Changelog index ad7f7996c..2e6715da1 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2018-10-28 DariusIII + * Chg: Update PPA class 2018-10-27 DariusIII * Chg: Remove unused showFloodWarning function * Chg: Simplify ClearanceMiddleware checks