mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Fixed problem with disappearing Mozilla nav bar when message_die() is called
git-svn-id: file:///svn/phpbb/trunk@1458 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ff0c26e892
commit
5aa70cf3be
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ function username_search($search_match, $is_inline_review = 0, $default_list = "
|
||||||
//
|
//
|
||||||
function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "", $err_file = "", $sql = "")
|
function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "", $err_file = "", $sql = "")
|
||||||
{
|
{
|
||||||
global $db, $template, $board_config, $theme, $lang, $phpEx, $phpbb_root_path;
|
global $db, $template, $board_config, $theme, $lang, $phpEx, $phpbb_root_path, $nav_links;
|
||||||
global $userdata, $user_ip, $session_length;
|
global $userdata, $user_ip, $session_length;
|
||||||
global $starttime;
|
global $starttime;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue