From 5aae5862f285d9340b37abfb3c390c2816692c6d Mon Sep 17 00:00:00 2001 From: Klaus Date: Sun, 12 Oct 2014 21:10:04 +0200 Subject: A fix, but I have no case to verify. I could not find out under which conditions this is relevant and therefore have no test case, but it must be of instance RedDAV\RedFile. --- mod/cloud.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/cloud.php') diff --git a/mod/cloud.php b/mod/cloud.php index a8875fd29..27724f6b0 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -117,7 +117,7 @@ function cloud_init(&$a) { if ((! $auth->observer) && ($_SERVER['REQUEST_METHOD'] === 'GET')) { try { $x = RedFileData('/' . $a->cmd, $auth); - if($x instanceof RedFile) + if($x instanceof RedDAV\RedFile) $isapublic_file = true; } catch (Exception $e) { @@ -150,4 +150,4 @@ function cloud_init(&$a) { $server->exec(); killme(); -} \ No newline at end of file +} -- cgit v1.2.3