Index: branches/5.2.x/units/gateways/gw_classes/multicards.php =================================================================== diff -u -N -r14569 -r15141 --- branches/5.2.x/units/gateways/gw_classes/multicards.php (.../multicards.php) (revision 14569) +++ branches/5.2.x/units/gateways/gw_classes/multicards.php (.../multicards.php) (revision 15141) @@ -1,6 +1,6 @@ parsed_responce = $_POST; list ($sid, $auth_code) = explode(',', $this->Application->GetVar('user1')); - $session =& $this->Application->recallObject('Session'); + $session = $this->Application->recallObject('Session'); $session->SID = $sid; $order_id = $this->Conn->GetOne('SELECT OrderId FROM '.TABLE_PREFIX.'Orders WHERE md5(OrderId) = '.$this->Conn->qstr($auth_code)); $this->Application->SetVar('ord_id', $order_id); - $order =& $this->Application->recallObject('ord'); + $order = $this->Application->recallObject('ord'); $order->Load($order_id); $url = $this->Application->GetVar('user2');