From d446eb2848611be58548f1b7d77a48dab1d2f319 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 21 Sep 2018 14:32:31 +0200 Subject: [PATCH] clean up for remote content --- bl-plugins/remote-content/plugin.php | 1 + 1 file changed, 1 insertion(+) 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; }