Skip to content

Commit

Permalink
issue 18618 (#20086)
Browse files Browse the repository at this point in the history
  • Loading branch information
amone4 authored and laoneo committed Apr 9, 2018
1 parent 844570f commit 5aed4a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/com_content/View/Article/HtmlView.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ class HtmlView extends BaseHtmlView
*/
public function display($tpl = null)
{
if ($this->getLayout() == 'pagebreak')
{
return parent::display($tpl);
}

$app = \JFactory::getApplication();
$user = \JFactory::getUser();

Expand Down

0 comments on commit 5aed4a7

Please sign in to comment.