Index: branches/5.2.x/core/units/filters/item_filter_tp.php =================================================================== diff -u -N -r15165 -r16513 --- branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 15165) +++ branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 16513) @@ -1,6 +1,6 @@ getObject($params); - /* @var $object kDBItem */ // get item list to be filtered $this->Application->ProcessParsedTag($params['prefix'], 'InitList', $params); @@ -311,8 +311,8 @@ $range_count = $max_value / $this->Application->GetVar('range_step'); } else { + /** @var kDBItem $object */ $object = $this->getObject($params); - /* @var $object kDBItem */ $range_count = $object->GetDBField('RangeCount'); }