diff options
Diffstat (limited to 'mod/cloud.php')
-rw-r--r-- | mod/cloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/cloud.php b/mod/cloud.php index 12524e71e..82d454477 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -86,7 +86,7 @@ function cloud_init(&$a) { } } - require_once('Zotlabs/Storage/Browser.php'); +// require_once('Zotlabs/Storage/Browser.php'); // provide a directory view for the cloud in Hubzilla $browser = new Zotlabs\Storage\Browser($auth); $auth->setBrowserPlugin($browser); |