Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Jul 18, 2021
1 parent 8421d0c commit 5cb07f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ public static function removeOrphanNodes()
$query->clear()
->delete($db->quoteName('#__finder_taxonomy'))
->where($db->quoteName('id') . ' IN (' . implode(',', $ids) . ')');

$db->setQuery($query);

$db->execute();
Expand Down

0 comments on commit 5cb07f4

Please sign in to comment.