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

Commit

Permalink
Set workflow visibility to 1 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen authored Sep 8, 2017
1 parent 5cb54a9 commit 839c129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_menu/preset/enabled.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
$this->getParent();
}

if ($comWorkflowEnabled && ComponentHelper::getParams('com_content')->get('workflows_enable'))
if ($comWorkflowEnabled && ComponentHelper::getParams('com_content')->get('workflows_enable', 1))
{
$this->addChild(
new MenuNode(
Expand Down

0 comments on commit 839c129

Please sign in to comment.