From b6e060ac9162d5376d25bd7ce545cf61d81079d0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 25 Oct 2009 17:30:27 +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 05aed7a4f3..91e0edb251 100644 --- a/webdav.php +++ b/webdav.php @@ -78,9 +78,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 {