Skip to content

Commit

Permalink
Load tools from folders as well in load_registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jan 29, 2024
1 parent b2a7410 commit ebb2217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions load_registrations.php
Expand Up @@ -88,6 +88,10 @@ function loadRegistrations()
$tools[] = $dtool;
}
}
$others = findAllRegistrationsInternal();
$tools = array_merge($tools, $others);


return $tools;
}
}
Expand Down

0 comments on commit ebb2217

Please sign in to comment.