Remove 'unlink' - potentially confusing.

This commit is contained in:
Michael Procter 2015-02-24 22:13:45 +00:00
parent e17cfe79a3
commit 6bb1859faf

View File

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