mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16354] Use target _blank for support forums link
PHPBB3-16354
This commit is contained in:
parent
5c1782a605
commit
c606055df2
1 changed files with 1 additions and 1 deletions
|
@ -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 <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)
|
||||
|
|
Loading…
Add table
Reference in a new issue