Browse Source

Remove 'unlink' - potentially confusing.

Michael Procter 10 years ago
parent
commit
6bb1859faf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      php/modules/Import.php

+ 0 - 1
php/modules/Import.php

@@ -107,7 +107,6 @@ class Import extends Module {
 					continue;
 				}
 				$contains['photos'] = true;
-				unlink($file);
 
 			} else if (is_dir($file)) {