Skip to content

Commit

Permalink
PluginHelper not JPluginHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Jan 2, 2018
1 parent cb8fc2f commit 02f1b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/views/category/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function display($tpl = null)
$numLeading = $params->def('num_leading_articles', 1);
$numIntro = $params->def('num_intro_articles', 4);
$numLinks = $params->def('num_links', 4);
$this->vote = JPluginHelper::isEnabled('content', 'vote');
$this->vote = PluginHelper::isEnabled('content', 'vote');

PluginHelper::importPlugin('content');
$dispatcher = JEventDispatcher::getInstance();
Expand Down

0 comments on commit 02f1b74

Please sign in to comment.