Skip to content

Commit

Permalink
Joomla\CMS\Categories\Categories fix (#20680)
Browse files Browse the repository at this point in the history
A constructor can't return a value.
  • Loading branch information
Denitz authored and Michael Babker committed Jun 6, 2018
1 parent 3ab1eb9 commit 74e4327
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/src/Categories/Categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ public function __construct($options)
$options['currentlang'] = Multilanguage::isEnabled() ? Factory::getLanguage()->getTag() : 0;

$this->_options = $options;

return true;
}

/**
Expand Down

0 comments on commit 74e4327

Please sign in to comment.