Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Always exit at the end, as we send XML result anyway. Fix #887
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 30, 2015
1 parent bfcb1b0 commit 041798b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -107,9 +107,9 @@ function tryToLogUser(&$httpVars, $isLast = false){
$loggedUser->save("superuser");
}

if($loggingResult > 0 || $isLast){
// if($loggingResult > 0 || $isLast){
exit();
}
// }

}

Expand Down

0 comments on commit 041798b

Please sign in to comment.