diff options
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 02feb7ba1a..7d0b2892b4 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1155,7 +1155,8 @@ $template->assign_vars(array( 'U_VIEW_FORUM' => "viewforum.$phpEx$SID&f=" . $forum_id, 'U_VIEWTOPIC' => ($mode != 'post') ? "viewtopic.$phpEx$SID&$forum_id&t=$topic_id" : '', - 'U_PROGRESS_BAR' => "posting.$phpEx$SID&f=$forum_id&mode=popup", // do NOT replace & with & here + 'U_PROGRESS_BAR' => "posting.$phpEx$SID&f=$forum_id&mode=popup", + 'UA_PROGRESS_BAR' => "posting.$phpEx$SID&f=$forum_id&mode=popup", 'S_PRIVMSGS' => false, 'S_CLOSE_PROGRESS_WINDOW' => (isset($_POST['add_file'])) ? true : false, |
