Index: branches/5.2.x/units/orders/order_calculator.php =================================================================== diff -u -N -r15009 -r15141 --- branches/5.2.x/units/orders/order_calculator.php (.../order_calculator.php) (revision 15009) +++ branches/5.2.x/units/orders/order_calculator.php (.../order_calculator.php) (revision 15141) @@ -1,6 +1,6 @@ Application->recallObject('kProductOptionsHelper'); + $opt_helper = $this->Application->recallObject('kProductOptionsHelper'); /* @var $opt_helper kProductOptionsHelper */ foreach ($item_data['Options'] as $opt => $val) { @@ -643,7 +643,7 @@ */ public function generateOptionsSalt($options) { - $opt_helper =& $this->Application->recallObject('kProductOptionsHelper'); + $opt_helper = $this->Application->recallObject('kProductOptionsHelper'); /* @var $opt_helper kProductOptionsHelper */ return $opt_helper->OptionsSalt($options, true);