From ec4526b5f47af05bc0ffe0bb5f997d3d82b14b5a Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 8 Apr 2021 08:25:35 +0000 Subject: cloud: instead of asking for a page reload when expiriencing a not implemnented exception just go there right away - issue #1556 --- Zotlabs/Module/Cloud.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Zotlabs/Module/Cloud.php') diff --git a/Zotlabs/Module/Cloud.php b/Zotlabs/Module/Cloud.php index 3d1b97980..6ff95b5cf 100644 --- a/Zotlabs/Module/Cloud.php +++ b/Zotlabs/Module/Cloud.php @@ -123,7 +123,8 @@ class Cloud extends Controller { notice( t('Permission denied') . EOL); } elseif($err instanceof \Sabre\DAV\Exception\NotImplemented) { - notice( t('Please refresh page') . EOL); + // notice( t('Please refresh page') . EOL); + goaway(z_root() . '/' . \App::$query_string); } else { notice( t('Unknown error') . EOL); -- cgit v1.2.3