Index: branches/5.3.x/units/orders/order_calculator.php =================================================================== diff -u -N -r16398 -r16522 --- branches/5.3.x/units/orders/order_calculator.php (.../order_calculator.php) (revision 16398) +++ branches/5.3.x/units/orders/order_calculator.php (.../order_calculator.php) (revision 16522) @@ -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); }