Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Fix wrong component name com_workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen authored Sep 8, 2017
1 parent dc3710c commit 30c0353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static function addSubmenu($vName)
$vName == 'categories'
);

if (\JComponentHelper::isEnabled('com_workflows') && \JComponentHelper::getParams('com_content')->get('workflows_enable', 1))
if (\JComponentHelper::isEnabled('com_workflow') && \JComponentHelper::getParams('com_content')->get('workflows_enable', 1))
{
\JHtmlSidebar::addEntry(
\JText::_('COM_CONTENT_SUBMENU_WORKFLOW'),
Expand Down

0 comments on commit 30c0353

Please sign in to comment.