forked from Cavemanon/cavepaintings
Added merged indicator to DataUploadEvent and ImageAddEvent
Changed merge process so that the ID of the merged image can make it back through the event chanin
This commit is contained in:
@@ -65,10 +65,6 @@ class ResizeImage extends Extension
|
||||
{
|
||||
global $config, $page;
|
||||
|
||||
if($event->image_id==null) {
|
||||
return;
|
||||
}
|
||||
|
||||
$image_obj = Image::by_id($event->image_id);
|
||||
|
||||
if ($config->get_bool("resize_upload") == true
|
||||
|
Reference in New Issue
Block a user