Fixed a small typo.
This commit is contained in:
parent
14bfa8b323
commit
ad850ad0d6
@ -426,7 +426,7 @@ class ImageIO extends SimpleExtension {
|
|||||||
id = :id
|
id = :id
|
||||||
",
|
",
|
||||||
array(
|
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,
|
"ext"=>$image->ext, "width"=>$image->width, "height"=>$image->height, "source"=>$image->source,
|
||||||
"id"=>$id
|
"id"=>$id
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user