From 650a76f33b85b136413defd99ca773d052dcab39 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 19 Apr 2021 22:55:29 +0200 Subject: [PATCH] fix typo --- webdav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webdav.php b/webdav.php index fd69f888f6..aca5dfcf8d 100644 --- a/webdav.php +++ b/webdav.php @@ -68,11 +68,11 @@ catch (Api\Exception\NoPermission\App $e) { if (isset($GLOBALS['egw_info']['user']['apps']['filemanager'])) { - $GLOBALS['egw_info']['currentapp'] = 'filemanager'; + $GLOBALS['egw_info']['flags']['currentapp'] = 'filemanager'; } elseif (isset($GLOBALS['egw_info']['user']['apps']['sitemgr-link'])) { - $GLOBALS['egw_info']['currentapp'] = 'sitemgr-link'; + $GLOBALS['egw_info']['flags']['currentapp'] = 'sitemgr-link'; } else {