Skip to content

Commit

Permalink
Fixing broken language indexing in com_finder
Browse files Browse the repository at this point in the history
Fixes #5352

Please see the above mentioned issue for further discussion
  • Loading branch information
Hackwar committed Dec 9, 2014
1 parent cc834cb commit 3856cae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -421,7 +421,7 @@ public function addTaxonomy($branch, $title, $state = 1, $access = 1)
*/
public function setLanguage()
{
if ($this->language == '*' || $this->language == '')
if ($this->language == '')
{
$this->language = $this->defaultLanguage;
}
Expand Down

0 comments on commit 3856cae

Please sign in to comment.