Skip to content
Snippets Groups Projects
Commit 2cc0c900 authored by Björn Schießle's avatar Björn Schießle
Browse files

set incognito mode for public.php calls. Because in this case ownCloud should...

set incognito mode for public.php calls. Because in this case ownCloud should always work the same way as if no user is logged in
parent 7e4f50d4
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment