diff options
Diffstat (limited to 'public.php')
-rw-r--r-- | public.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public.php b/public.php index 1781632bc78..203372fe1ea 100644 --- a/public.php +++ b/public.php @@ -20,6 +20,7 @@ try { OC_Util::checkAppEnabled($app); OC_App::loadApp($app); + OC_User::setIncognitoMode(true); require_once OC_App::getAppPath($app) .'/'. $parts[1]; |