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 3fe9f6e commit 865b602Copy full SHA for 865b602
modules/mod_banners/src/Helper/BannersHelper.php
@@ -50,7 +50,6 @@ public function getBanners(Registry $params, CMSApplication $app)
50
$articleId = $input->getInt('id');
51
52
if (\is_integer($articleId)) {
53
-
54
// Load the article model to get the keywords
55
$contentModel = $app->bootComponent('com_content')->getMVCFactory()->createModel('Article', 'Site', ['ignore_request' => true]);
56
0 commit comments