]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - src/Album.php
- Implemented Fallback class in the Parser.
[software/bife/bife-all.git] / src / Album.php
index 5cb8c8d55059cf6f010389a3a3eb5a26486313d2..24c0826b890cee5b0e16d81c0f1c58af5f651733 100644 (file)
@@ -176,7 +176,7 @@ class Hook_Album {
         $img->load($photo);
         // If image is larger than the maximum size, we resize it.
         if ($img->img_x > $size or $img->img_y > $size ) {
-            if (!is_dir($path) and !mkdir($path)) {
+            if (!@is_dir($path) and !@mkdir($path)) {
                 return false;
             }
             if (PEAR::isError($img)) {