Skip to content

Commit 3fe9f6e

Browse files
committed
cs
1 parent d62e738 commit 3fe9f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mod_banners/src/Helper/BannersHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getBanners(Registry $params, CMSApplication $app)
4747

4848
// Check if the current view is an article
4949
if ($input->getCmd('option') === 'com_content' && $input->getCmd('view') === 'article') {
50-
$articleId = $input->getInt('id');
50+
$articleId = $input->getInt('id');
5151

5252
if (\is_integer($articleId)) {
5353

0 commit comments

Comments
 (0)