Update main.php
This commit is contained in:
parent
18656db7c8
commit
b0e12f6a6c
@ -69,7 +69,6 @@ class PixelFileHandler extends DataHandlerExtension
|
|||||||
imagestring($thumb, 5, 10, 24, "Image Too Large :(", $black);
|
imagestring($thumb, 5, 10, 24, "Image Too Large :(", $black);
|
||||||
return true;
|
return true;
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
throw $e;
|
|
||||||
log_error("handle_pixel", "Error while creating thumbnail: ".$e->getMessage());
|
log_error("handle_pixel", "Error while creating thumbnail: ".$e->getMessage());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user