1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 16:19:50 +02:00
This commit is contained in:
Oliver Vogel
2014-05-11 12:55:38 +02:00
parent 0a94daba76
commit 6f55c2352d

View File

@@ -70,7 +70,7 @@ class Source extends \Intervention\Image\AbstractSource
);
}
$image = $this->initFromGdResource($core);
$image = $this->initFromGdResource($resource);
$image->mime = finfo_buffer(finfo_open(FILEINFO_MIME_TYPE), $binary);
return $image;