Skip to content

Commit

Permalink
different fix for article page relation
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jul 4, 2019
1 parent 33f0a59 commit 9804891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/InheritArticleListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected function getInheritedArticles($pid, string $column, int $level): array
$renderedArticles[$article->inheritPriority] = '';
}

$renderedArticles[$article->inheritPriority] .= $controller->getArticle($article->id, false, null, $column);
$renderedArticles[$article->inheritPriority] .= $controller->getArticle($article, false, false, $column);

$article->published = $published;
}
Expand Down

0 comments on commit 9804891

Please sign in to comment.