clean up for remote content

This commit is contained in:
Diego Najar 2018-09-21 14:32:31 +02:00
parent a7e31640c0
commit d446eb2848
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class pluginRemoteContent extends Plugin {
{
$workspace = $this->workspace();
Filesystem::deleteRecursive($workspace.DS);
mkdir($workspace, 0755, true);
return true;
}