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

Commit

Permalink
Merge branch 'publish_parameter' of github.com:joomla-projects/GSoC17…
Browse files Browse the repository at this point in the history
…_publishing_workflow into publish_parameter

# Conflicts:
#	administrator/modules/mod_menu/preset/enabled.php
  • Loading branch information
bembelimen committed Sep 8, 2017
2 parents 6fb4d80 + 839c129 commit dc3710c
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_fields') && \JComponentHelper::getParams('com_content')->get('workflows_enable'))
if (\JComponentHelper::isEnabled('com_workflows') && \JComponentHelper::getParams('com_content')->get('workflows_enable', 1))
{
\JHtmlSidebar::addEntry(
\JText::_('COM_CONTENT_SUBMENU_WORKFLOW'),
Expand Down

0 comments on commit dc3710c

Please sign in to comment.