Index: branches/5.2.x/units/orders/order_validator.php =================================================================== diff -u -N -r15134 -r15141 --- branches/5.2.x/units/orders/order_validator.php (.../order_validator.php) (revision 15134) +++ branches/5.2.x/units/orders/order_validator.php (.../order_validator.php) (revision 15141) @@ -1,6 +1,6 @@ dataSource->getGatewayData(); $this->Application->registerClass( $gw_data['ClassName'], GW_CLASS_PATH.'/'.$gw_data['ClassFile'] ); - $gateway_object =& $this->Application->recallObject( $gw_data['ClassName'] ); + $gateway_object = $this->Application->recallObject( $gw_data['ClassName'] ); $test_numbers = $gateway_object->GetTestCCNumbers();