diff options
| author | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 16:25:31 +0000 |
|---|---|---|
| committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 16:25:31 +0000 |
| commit | 17b344141240d18ad9f15006fff8b6c3df9c2495 (patch) | |
| tree | d8f8bcb5491612133c0358fb28a17fa09a5a14a3 /phpBB | |
| parent | ad56744851bda04ed005c25e18cd79d58ac69f6f (diff) | |
| download | forums-17b344141240d18ad9f15006fff8b6c3df9c2495.tar forums-17b344141240d18ad9f15006fff8b6c3df9c2495.tar.gz forums-17b344141240d18ad9f15006fff8b6c3df9c2495.tar.bz2 forums-17b344141240d18ad9f15006fff8b6c3df9c2495.tar.xz forums-17b344141240d18ad9f15006fff8b6c3df9c2495.zip | |
Fix for #497218
git-svn-id: file:///svn/phpbb/trunk@1732 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 4b9760ea02..aaa04fdefb 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -2036,7 +2036,7 @@ if( ( $submit || $confirm || $mode == "delete" ) && !$error ) "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$post_id") . '#' . $post_id . '">') ); - $message = $lang['Stored'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$post_id") . "#$post_id\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>"); + $message = $lang['Stored'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=$post_id") . "#$post_id\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_forum'], "<a href=\"" . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>"); message_die(GENERAL_MESSAGE, $message); } |
