Update modules.php

This commit is contained in:
Laurent Destailleur 2021-04-28 17:00:29 +02:00 committed by GitHub
parent d8ec9de58b
commit 367a6b15a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ foreach ($modules as $key => $module) {
}
}
if (empty($found)) {
if (!$found) {
continue;
}
}