1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-15 00:44:53 +02:00

[ticket/17541] Add a comment for consitency with similar logic

PHPBB-17541
This commit is contained in:
Matt Friedman
2025-09-23 13:17:52 -07:00
parent 535fc2917f
commit a0aadd3f27

View File

@@ -696,6 +696,7 @@ class installer
} }
catch (\Exception $e) catch (\Exception $e)
{ {
// If a repo fails, just skip it.
continue; continue;
} }
} }