Index: branches/5.1.x/units/shipping/shipping_tag_processor.php =================================================================== diff -u -N -r13100 -r13813 --- branches/5.1.x/units/shipping/shipping_tag_processor.php (.../shipping_tag_processor.php) (revision 13100) +++ branches/5.1.x/units/shipping/shipping_tag_processor.php (.../shipping_tag_processor.php) (revision 13813) @@ -1,6 +1,6 @@ Application->recallObject('ShippingQuoteCollector'); + /* @var $quote_engine_collector ShippingQuoteCollector */ + $types = $quote_engine_collector->GetAvailableShippingTypes(); $o; @@ -291,7 +293,6 @@ $selected_arr = explode(',', $selected); $all_groups = $this->Conn->Query('SELECT GroupId, Name FROM '.TABLE_PREFIX.'PortalGroup ORDER BY NAME', 'GroupId'); - $o = ''; foreach ($all_groups as $a_group) {