Skip to content

Commit

Permalink
Fixed EZP-18520 - eZ Flow cannot handle sso logins
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Jan 15, 2013
1 parent 944b745 commit e6bde50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static function update( $nodeArray = array() )
{
$loggedInUser = $currentUser;
$anonymousUserId = eZUser::anonymousId();
$anonymousUser = eZUser::instance( $anonymousUserId );
$anonymousUser = eZUser::fetch( $anonymousUserId );
eZUser::setCurrentlyLoggedInUser( $anonymousUser, $anonymousUserId );
unset( $currentUser, $anonymousUser, $anonymousUserId );
}
Expand Down

0 comments on commit e6bde50

Please sign in to comment.