Index: branches/5.2.x/core/units/filters/item_filter_tp.php =================================================================== diff -u -N -r14899 -r14901 --- branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 14899) +++ branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 14901) @@ -190,6 +190,10 @@ } } + if ( $ret ) { + $this->Application->Parser->DataExists = true; + } + return $ret; }