From 5db94b17f4bd661dd406bfda9a32c661af7d5869 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 25 Oct 2009 17:21:31 +0000 Subject: [PATCH] "fixed not working fallback to \"sitemgr\" rights (was sitemgr-site, but has to be sitemgr-link)" --- webdav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webdav.php b/webdav.php index 269396ec3d..fd3bd9ff09 100644 --- a/webdav.php +++ b/webdav.php @@ -81,9 +81,9 @@ catch (egw_exception_no_permission_app $e) { $GLOBALS['egw_info']['currentapp'] = 'filemanager'; } - elseif (isset($GLOBALS['egw_info']['user']['apps']['sitemgr-site'])) + elseif (isset($GLOBALS['egw_info']['user']['apps']['sitemgr-link'])) { - $GLOBALS['egw_info']['currentapp'] = 'sitemgr-site'; + $GLOBALS['egw_info']['currentapp'] = 'sitemgr-link'; } else {