diff --git a/application/views/scripts/about/index.phtml b/application/views/scripts/about/index.phtml index 805e723e0d..dea71c8b20 100644 --- a/application/views/scripts/about/index.phtml +++ b/application/views/scripts/about/index.phtml @@ -96,7 +96,15 @@ use ipl\Web\Widget\StateBadge; - hasPendingMigrations()): ?> + hasPendingMigrations(); + } catch (Throwable $e) { + // suppress + } + if ($hasPending): ?>