Index: branches/unlabeled/unlabeled-1.54.2/kernel/include/usersession.php =================================================================== diff -u -r6783 -r6842 --- branches/unlabeled/unlabeled-1.54.2/kernel/include/usersession.php (.../usersession.php) (revision 6783) +++ branches/unlabeled/unlabeled-1.54.2/kernel/include/usersession.php (.../usersession.php) (revision 6842) @@ -475,7 +475,7 @@ { $application =& kApplication::Instance(); $application->setVisitField('PortalUserId', $this->Get('PortalUserId') ); - $application->SetVar('u_id', $this->Get('PortalUserId')); + $application->SetVar('u.current_id', $this->Get('PortalUserId')); } // unset($this->CurrentUser);