Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
17f97ea2
Commit
17f97ea2
authored
Sep 24, 2014
by
Thomas Müller
Browse files
Merge pull request #11225 from owncloud/showLoginAgainInsteadOfJSON
Show login again instead of JSON if CSRF check fails
parents
3da6b3b5
4893d2c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/base.php
View file @
17f97ea2
...
...
@@ -921,7 +921,9 @@ class OC {
return
false
;
}
OC_JSON
::
callCheck
();
if
(
!
OC_Util
::
isCallRegistered
())
{
return
false
;
}
OC_App
::
loadApps
();
//setup extra user backends
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment