Remove imported photos as promised by warning screen
This commit is contained in:
parent
b34374fcdb
commit
e17cfe79a3
@ -107,6 +107,7 @@ class Import extends Module {
|
||||
continue;
|
||||
}
|
||||
$contains['photos'] = true;
|
||||
unlink($file);
|
||||
|
||||
} else if (is_dir($file)) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user