Fixed gcategory column naming issue in array query.
This commit is contained in:
@ -423,7 +423,7 @@ class ComponentbuilderModelFields extends JModelList
|
||||
{
|
||||
ArrayHelper::toInteger($categoryId);
|
||||
$categoryId = implode(',', $categoryId);
|
||||
$query->where('a.category IN (' . $categoryId . ')');
|
||||
$query->where('a.catid IN (' . $categoryId . ')');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user