This commit is contained in:
Shish
2009-05-08 05:19:52 -07:00
parent f592167c6a
commit 575ce067bc
2 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ class ImageIO implements Extension {
$image->hash, $image->ext, $image->width, $image->height, $image->source));
$image->id = $database->db->Insert_ID();
log_info("image", "Uploaded image {$image->id} ({$image->hash})");
log_info("image", "Uploaded Image #{$image->id} ({$image->hash})");
send_event(new TagSetEvent($image, $image->get_tag_array()));