Skip to content

Commit

Permalink
Making Travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
smz committed Apr 19, 2016
1 parent a491c82 commit b0eaf3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/com_content/views/article/view.html.php
Expand Up @@ -169,8 +169,7 @@ public function display($tpl = null)
$dispatcher->trigger('onContentPrepare', array ('com_content.article', &$item, &$item->params, $offset));

// Copy "text" to "introtext" for B/C (some templates might still use introtext...)
// but don't do that when introtex != text (there might be templates around using introtext when that's not supposed to happen)
// The introtext received by the above templates will not be processed by onContentPrepare: full B/C here!
// Don't do that when introtex != text, for full B/C with (non core) templates using introtext when that's not supposed to happen
if ($full_fix)
{
$item->introtext = $item->text;
Expand Down

0 comments on commit b0eaf3c

Please sign in to comment.