Fix minore

This commit is contained in:
Pek5892 2023-06-23 16:38:38 +02:00
parent 9302bf364b
commit c32e16b62a
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ switch ($resource) {
$filter[] = '`id`='.prepare($element);
}
$where[] = '`parent`='.prepare($superselect['`id_categoria`']);
$where[] = '`parent`='.prepare($superselect['id_categoria']);
if (!empty($search)) {
$search_fields[] = '`nome` LIKE '.prepare('%'.$search.'%');