Skip to content

Commit

Permalink
style: drop unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Sep 11, 2023
1 parent f0df2d6 commit 9d0d1f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/category.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public static function getCategoryTree(): array {
$forms_criteria['SELECT'] = [
PluginFormcreatorForm::getTableField('id'),
];
// $count_forms_criteria['COUNT'] = 'count';
$forms_criteria['WHERE']["`$form_table`.`$categoryFk`"] = new QueryExpression("`$cat_table`.`id`");

$count_forms_criteria = [
Expand Down

0 comments on commit 9d0d1f0

Please sign in to comment.