diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-28 17:07:16 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-28 17:07:16 +0100 |
| commit | 6af942740cb534e4db6ad12bef1d1e9f297fd84e (patch) | |
| tree | ede60614efe73bd7d93c3f74f2d911a58e28bbc2 /phpBB/posting.php | |
| parent | c256d7a88d617116e540fb4881605375f4f3e307 (diff) | |
| parent | 76f7ef5c837345c80f0dcefb6787f23a9c0159e7 (diff) | |
| download | forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar.gz forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar.bz2 forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar.xz forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.zip | |
Merge remote-tracking branch 'geetakshi/ticket/11360' into develop-ascraeus
* geetakshi/ticket/11360:
[ticket/11360] Updating default value of $display_online_list
[ticket/11360] Avoiding online list where not required
[ticket/11360] Change second parameter in page_header function
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index aee9ba50af..ef90c229da 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1589,7 +1589,7 @@ if ($allowed) posting_gen_attachment_entry($attachment_data, $filename_data, $allowed); // Output page ... -page_header($page_title, false); +page_header($page_title); $template->set_filenames(array( 'body' => 'posting_body.html') @@ -1617,7 +1617,7 @@ function upload_popup($forum_style = 0) ($forum_style) ? $user->setup('posting', $forum_style) : $user->setup('posting'); - page_header($user->lang['PROGRESS_BAR'], false); + page_header($user->lang['PROGRESS_BAR']); $template->set_filenames(array( 'popup' => 'posting_progress_bar.html') |
