diff --git a/bl-plugins/remote-content/plugin.php b/bl-plugins/remote-content/plugin.php index c0e266b2..5ca0af69 100644 --- a/bl-plugins/remote-content/plugin.php +++ b/bl-plugins/remote-content/plugin.php @@ -104,6 +104,7 @@ class pluginRemoteContent extends Plugin { { $workspace = $this->workspace(); Filesystem::deleteRecursive($workspace.DS); + mkdir($workspace, 0755, true); return true; }