Skip to content

Commit

Permalink
[K5.2] Videos which added with [video] tags will not displayed #7811 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Dec 29, 2020
1 parent cea8dc7 commit 86031c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/kunena/bbcode/bbcode.php
Expand Up @@ -2188,7 +2188,7 @@ public function DoVideo($bbcode, $action, $name, $default, $params, $content)

$config = KunenaFactory::getTemplate()->params;

if (!$content || KunenaFactory::getTemplate()->isHmvc() && !$config->get('video'))
if (!$content || KunenaFactory::getTemplate()->isHmvc() && !$config->get('Video'))
{
return '';
}
Expand Down

0 comments on commit 86031c8

Please sign in to comment.