Index: branches/unlabeled/unlabeled-1.4.4/core/units/reviews/reviews_tag_processor.php =================================================================== diff -u -r5728 -r6219 --- branches/unlabeled/unlabeled-1.4.4/core/units/reviews/reviews_tag_processor.php (.../reviews_tag_processor.php) (revision 5728) +++ branches/unlabeled/unlabeled-1.4.4/core/units/reviews/reviews_tag_processor.php (.../reviews_tag_processor.php) (revision 6219) @@ -2,8 +2,6 @@ class ReviewsTagProcessor extends kDBTagProcessor { - - /** * Returns a link for editing product * @@ -24,7 +22,7 @@ $item_prefix.'_event' => 'OnEdit', $item_prefix.'_id' => $item_id, 'pass' => 'all,'.$item_prefix - ), 'index4.php'); + ), 'index.php'); } /**