commit | 750ffb9f6d545772c7139b5ee0c1402241c6ceb2 | [log] [tgz] |
---|---|---|
author | Andrew Mackrodt <andrewmackrodt@gmail.com> | Sat Dec 10 23:42:07 2011 +0000 |
committer | Andrew Mackrodt <andrewmackrodt@gmail.com> | Sat Dec 10 23:42:07 2011 +0000 |
tree | fcdcab169b398941dfc68452d59c16c562c9881c | |
parent | 5cb1b5bfa3cf6aea8ea3106658a14ae53c2c8047 [diff] [blame] |
Fix for Issue #538.
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index 8902f52..7f90512 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php
@@ -208,7 +208,7 @@ } else { - if (strpos($this->new_image, '/') === FALSE) + if (strpos($this->new_image, '/') === FALSE AND strpos($this->new_image, '\\') === FALSE) { $this->dest_folder = $this->source_folder; $this->dest_image = $this->new_image;