Skip to content

Commit

Permalink
revert check in new article view
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jul 20, 2016
1 parent 206ce46 commit efe971d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/com_content/views/form/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ public function display($tpl = null)
$this->form->setFieldAttribute('language', 'default', $lang);
}

// If user not allowed to create tags, don't allow.
if (!$user->authorise('core.create', 'com_tags'))
{
$this->form->setFieldAttribute('tags', 'custom', 'deny');
}

$this->_prepareDocument();
parent::display($tpl);
}
Expand Down

0 comments on commit efe971d

Please sign in to comment.