summaryrefslogtreecommitdiffstats
path: root/public.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-11-22 17:14:15 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2013-11-22 17:14:15 +0100
commit26e9e68a39da4e22ec438296304dfa7bfd41ec0f (patch)
treee4d4b39240d3901371f934b70a567c31156c98eb /public.php
parent9adff4f7f52df660ec066b896161e46abe7a9d5a (diff)
parent3b904647b0b5d13a0ca4a779d4ea603b526c98a4 (diff)
downloadnextcloud-server-26e9e68a39da4e22ec438296304dfa7bfd41ec0f.tar.gz
nextcloud-server-26e9e68a39da4e22ec438296304dfa7bfd41ec0f.zip
Merge branch 'master' into fix-5388-master
Diffstat (limited to 'public.php')
-rw-r--r--public.php1
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];