mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/16354] Use target _blank for support forums link
PHPBB3-16354
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user