aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-15 12:09:54 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-15 12:09:54 +0000
commitc0c424a564d2f3d847bd910fd30f3a60128579d8 (patch)
treef57103201dc60e6471c5e102204fe43b86a730e3 /phpBB/posting.php
parent161db78beda4382c2c33fa9220b0557614ad9a2a (diff)
downloadforums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar
forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.gz
forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.bz2
forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.xz
forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.zip
#13435
git-svn-id: file:///svn/phpbb/trunk@7887 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 403eea5418..20a1c9c73b 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -994,7 +994,7 @@ if ($submit || $preview || $refresh)
{
meta_refresh(10, $redirect_url);
$message = ($mode == 'edit') ? $user->lang['POST_EDITED_MOD'] : $user->lang['POST_STORED_MOD'];
- $message .= (($user->data['user_id'] == ANONYMOUS) ? '' : $user->lang['POST_APPROVAL_NOTIFY']);
+ $message .= (($user->data['user_id'] == ANONYMOUS) ? '' : ' '. $user->lang['POST_APPROVAL_NOTIFY']);
}
else
{