Index: branches/5.1.x/core/units/reviews/reviews_tag_processor.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/reviews/reviews_tag_processor.php (.../reviews_tag_processor.php) (revision 12127) +++ branches/5.1.x/core/units/reviews/reviews_tag_processor.php (.../reviews_tag_processor.php) (revision 12657) @@ -1,6 +1,6 @@ GetList($params); + if (!$object->Counted) { $object->CountRecs(); } + return $object->NoFilterCount != $object->RecordsCount ? $object->RecordsCount.' / '.$object->NoFilterCount : $object->RecordsCount; } -} - - -?> \ No newline at end of file +} \ No newline at end of file