mirror of
https://github.com/Intervention/image.git
synced 2025-08-06 13:56:30 +02:00
bugfix
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user