1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-18 04:38:26 +01:00
This commit is contained in:
Oliver Vogel 2013-03-29 13:08:34 +01:00
parent a61d88834e
commit 8bbb1ff91c

View File

@ -922,7 +922,7 @@ class Image
imagesettile($this->resource, $source);
$source = IMG_COLOR_TILED;
} elseif (is_string($source) && file_exists($source)) {
} elseif (is_string($source) && file_exists(realpath($source))) {
$img = new self($source);
imagesettile($this->resource, $img->resource);