dir itself has to be removed as well
This commit is contained in:
parent
f83821c388
commit
ed31f30afd
|
@ -418,6 +418,7 @@ class OC_Helper {
|
|||
unlink($fileInfo->getRealPath());
|
||||
}
|
||||
}
|
||||
rmdir($dir);
|
||||
} elseif (file_exists($dir)) {
|
||||
unlink($dir);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue