diff options
| author | geetakshi <geetakshi.19@gmail.com> | 2014-03-19 19:55:55 +0530 |
|---|---|---|
| committer | geetakshi <geetakshi.19@gmail.com> | 2014-03-19 19:55:55 +0530 |
| commit | 18bed2ea476849fce3774783d728a763ab3e7138 (patch) | |
| tree | 6127f99d5e141fba1fab8f67a0d988e25731832a /phpBB/posting.php | |
| parent | 1af769714304054e63ffaeb41cfa51801785a59d (diff) | |
| download | forums-18bed2ea476849fce3774783d728a763ab3e7138.tar forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.gz forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.bz2 forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.xz forums-18bed2ea476849fce3774783d728a763ab3e7138.zip | |
[ticket/11360] Change second parameter in page_header function
PHPBB3-11360
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 442e1d9782..ebb0af3adf 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1595,7 +1595,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') @@ -1623,7 +1623,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') |
