Update main.php

Testing a CI issue
This commit is contained in:
Matthew Barbour 2019-06-21 14:57:04 -05:00 committed by matthew
parent e98e63f836
commit 18656db7c8

View file

@ -69,6 +69,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;
}