source should log now when uploading
This commit is contained in:
parent
771eef75d8
commit
0565568e5c
@ -348,6 +348,7 @@ class ImageIO extends SimpleExtension {
|
|||||||
$tags_to_set = $image->get_tag_array();
|
$tags_to_set = $image->get_tag_array();
|
||||||
$image->tag_array = array();
|
$image->tag_array = array();
|
||||||
send_event(new TagSetEvent($image, $tags_to_set));
|
send_event(new TagSetEvent($image, $tags_to_set));
|
||||||
|
log_info("core-image", "Source for Image #{$image->id} set to: {$image->source}");
|
||||||
}
|
}
|
||||||
// }}} end add
|
// }}} end add
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user