Merge pull request #99 from DakuTree/master

Auto resize on upload + Popular by Day/Month/Year
This commit is contained in:
Shish Moom
2012-01-26 08:01:37 -08:00
13 changed files with 178 additions and 31 deletions

View File

@@ -348,6 +348,7 @@ class ImageIO extends SimpleExtension {
$tags_to_set = $image->get_tag_array();
$image->tag_array = array();
send_event(new TagSetEvent($image, $tags_to_set));
log_info("core-image", "Source for Image #{$image->id} set to: {$image->source}");
}
// }}} end add