Index: /branches/feature-module-update/html/install/index.php
===================================================================
--- /branches/feature-module-update/html/install/index.php	(revision 16582)
+++ /branches/feature-module-update/html/install/index.php	(revision 16635)
@@ -390,4 +390,5 @@
         "../cp",
         "../upload",
+        "../mobile/converted_images",
         ".." . HTML2DATA_DIR . "cache/",
         ".." . HTML2DATA_DIR . "class/",
@@ -401,5 +402,10 @@
     foreach($arrWriteFile as $val) {
 
-        $arrDirs = listdirs($val);
+        if (is_dir($val)) {
+            $arrDirs = listdirs($val);
+        } else {
+            $arrDirs = array($val);
+        }
+
         foreach ($arrDirs as $path) {
             if(file_exists($path)) {
