Skip to content

Commit

Permalink
grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Oct 17, 2015
1 parent 6cd27f5 commit 89db245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/legacy/categories/categories.php
Expand Up @@ -273,7 +273,7 @@ protected function _load($id)
{
if ($app->isSite() && JLanguageMultilang::isEnabled())
{
$query->where('c.language in (' . $db->Quote(JFactory::getLanguage()->getTag()) . ',' . $db->Quote('*') . ')');
$query->where('c.language in (' . $db->quote(JFactory::getLanguage()->getTag()) . ',' . $db->quote('*') . ')');
}
}

Expand Down

0 comments on commit 89db245

Please sign in to comment.