Fixed a small typo.

This commit is contained in:
green-ponies (jgen) 2011-09-04 10:30:20 -04:00
parent 14bfa8b323
commit ad850ad0d6

View File

@ -426,7 +426,7 @@ class ImageIO extends SimpleExtension {
id = :id
",
array(
"filename"=>$image_new->filename, "filesize"=>$image->filesize, "hash"=>$image->hash,
"filename"=>$image->filename, "filesize"=>$image->filesize, "hash"=>$image->hash,
"ext"=>$image->ext, "width"=>$image->width, "height"=>$image->height, "source"=>$image->source,
"id"=>$id
)