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 87555a2 commit 00d9e01Copy full SHA for 00d9e01
astroid/astroid-framework/framework/article.php
@@ -270,9 +270,8 @@ public function showArticleBadge()
270
return FALSE;
271
}
272
$menu_level = $this->params->get('astroid_badge', '');
273
- $article_level = $this->article->params->get('astroid_badge', '');
274
$astroid_level = $this->template->params->get('astroid_badge', 1);
275
- return $this->checkPriority($menu_level, $article_level, $astroid_level);
+ return $this->checkPriority('', $menu_level, $astroid_level);
276
277
278
0 commit comments