mirror of
https://github.com/Intervention/image.git
synced 2025-01-18 04:38:26 +01:00
bugfix
This commit is contained in:
parent
a61d88834e
commit
8bbb1ff91c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user