Index: branches/5.2.x/units/orders/order_calculator.php =================================================================== diff -u -N -r16287 -r16516 --- branches/5.2.x/units/orders/order_calculator.php (.../order_calculator.php) (revision 16287) +++ branches/5.2.x/units/orders/order_calculator.php (.../order_calculator.php) (revision 16516) @@ -1,6 +1,6 @@ Application->recallObject('kProductOptionsHelper'); - /* @var $opt_helper kProductOptionsHelper */ foreach ($item_data['Options'] as $opt => $val) { $sql = 'SELECT * @@ -643,8 +643,8 @@ */ public function generateOptionsSalt($options) { + /** @var kProductOptionsHelper $opt_helper */ $opt_helper = $this->Application->recallObject('kProductOptionsHelper'); - /* @var $opt_helper kProductOptionsHelper */ return $opt_helper->OptionsSalt($options, true); }