We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62e738 commit 3fe9f6eCopy full SHA for 3fe9f6e
modules/mod_banners/src/Helper/BannersHelper.php
@@ -47,7 +47,7 @@ public function getBanners(Registry $params, CMSApplication $app)
47
48
// Check if the current view is an article
49
if ($input->getCmd('option') === 'com_content' && $input->getCmd('view') === 'article') {
50
- $articleId = $input->getInt('id');
+ $articleId = $input->getInt('id');
51
52
if (\is_integer($articleId)) {
53
0 commit comments