Page 1 of 1

onContentPrepare variables is empty

Posted: Fri Feb 03, 2012 1:50 pm
by io77
Hello!
components\com_content\views\featured\view.html.php
joomla 2.5 onContentPrepare contains
79 $item->introtext = JHtml::_('content.prepare', $item->introtext, '', 'com_content.featured');
but in joomla 1.5 frontpage onContentPrepare contains
134 $results = $dispatcher->trigger('onPrepareContent', array (& $item, & $item->params, 0));

in joomla 2.5 $params on frontpage is empty and $row contains only introtext.
It is a bug o not?