Skip to content

Commit

Permalink
Fix issue duplicate trigger beforeDisplayContent
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Mar 5, 2024
1 parent eb53714 commit 23ed390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/html/com_content/category/blog_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<?php endif; ?>
<?php endif; ?>

<?php echo $this->item->event->beforeDisplayContent; ?>
<?php if ($params->get('show_readmore') && $this->item->readmore) :
if ($params->get('access-view')) :
$link = Route::_(RouteHelper::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language));
Expand Down

0 comments on commit 23ed390

Please sign in to comment.