Skip to content

Commit

Permalink
see cl 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Aug 21, 2018
1 parent 3bdaf14 commit 8789fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.3.3] - 2018-08-21

#### Fixed
- event listener issue in news lists

## [1.3.2] - 2018-08-20

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/EventListener/HookListener.php
Expand Up @@ -72,7 +72,7 @@ public function parseNewsArticlesHook(Template $template, array $news, Module $m
$template->addPlayButton = $relatedNews->addPlayButton;
}

if (!$news['addYouTube'] || $news['youtube']) {
if (!$news['addYouTube'] || !$news['youtube']) {
return;
}

Expand Down

0 comments on commit 8789fab

Please sign in to comment.