Update main.php

This commit is contained in:
Matthew Barbour 2019-06-27 19:08:23 -05:00 committed by matthew
parent 58948a90fb
commit 9ce5a05840

View file

@ -99,6 +99,7 @@ class PixelFileHandler extends DataHandlerExtension
imagestring($thumb, 5, 10, 24, "Image Too Large :(", $black);
return true;
} catch (Exception $e) {
throw $e;
log_error("handle_pixel", "Error while creating thumbnail: ".$e->getMessage());
return false;
}