enable debug as an option
[pear] / File / Convert.php
index ed9cb72..6cf3a85 100644 (file)
@@ -57,6 +57,9 @@ class File_Convert
         
         $this->mimetype = $mimetype;
         self::$options = $options;
+        if (isset($options['debug'])) {
+            $this->debug = $options['debug'];
+        }
     }