From c606055df2bb026ca1df667f6e6a678b1b23df8f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 13 Feb 2020 21:23:56 +0100 Subject: [PATCH] [ticket/16354] Use target _blank for support forums link PHPBB3-16354 --- phpBB/install/startup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/startup.php b/phpBB/install/startup.php index dfead2ab38..007b20da35 100644 --- a/phpBB/install/startup.php +++ b/phpBB/install/startup.php @@ -156,7 +156,7 @@ function installer_shutdown_function($display_errors) else { // Language system is not available - die('The installer has detected an issue with a cached file. Try reloading the page and/or manually clearing the cache to resolve the issue. If you require further assistance, please visit the phpBB support forums.'); + die('The installer has detected an issue with a cached file. Try reloading the page and/or manually clearing the cache to resolve the issue. If you require further assistance, please visit the phpBB support forums.'); } } else if ($error['type'] & $supported_error_levels)