Index: branches/5.2.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r14904 -r15137 --- branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 14904) +++ branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 15137) @@ -1,6 +1,6 @@ Application->recallObject('SiteHelper'); + $site_helper = $this->Application->recallObject('SiteHelper'); /* @var $site_helper SiteHelper */ $found = false; @@ -708,7 +708,7 @@ $fp = fopen($log_file, 'a'); if ( $fp ) { - $session =& $this->Application->recallObject('Session'); + $session = $this->Application->recallObject('Session'); /* @var $session Session */ $user_id = $session->GetField('PortalUserId');