This should resolve the dav authentication loop (correctly)

This commit is contained in:
friendica
2014-02-22 13:33:18 -08:00
parent 9c4c0e6d23
commit 075b7fa9c8
4 changed files with 24 additions and 10 deletions

View File

@@ -32,9 +32,12 @@ function authenticate_success($user_record, $login_initial = false, $interactive
}
if($login_initial)
if($login_initial) {
call_hooks('logged_in', $user_record);
// might want to log success here
}
if($return || x($_SESSION,'workflow')) {
unset($_SESSION['workflow']);