Skip to content

Commit

Permalink
cs (joomla#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner authored and sakiss committed Oct 16, 2020
1 parent c638151 commit e1261c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ public function save($data)

if (parent::save($data))
{
// check if featured is set and if not managed by workflow
// Check if featured is set and if not managed by workflow
if (isset($data['featured']) && !$this->bootComponent('com_content')->isFunctionalityUsed('core.featured', 'com_content.article'))
{
if (!$this->featured(
Expand Down

0 comments on commit e1261c1

Please sign in to comment.