[ticket/16354] Use target _blank for support forums link

PHPBB3-16354
This commit is contained in:
Marc Alexander 2020-02-13 21:23:56 +01:00
parent 5c1782a605
commit c606055df2
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -156,7 +156,7 @@ function installer_shutdown_function($display_errors)
else else
{ {
// Language system is not available // 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 <a href="https://www.phpbb.com/community/">phpBB support forums</a>.'); 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 <a href="https://www.phpbb.com/community/" target="_blank">phpBB support forums</a>.');
} }
} }
else if ($error['type'] & $supported_error_levels) else if ($error['type'] & $supported_error_levels)