aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-02-24 12:31:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-02-24 12:31:21 +0000
commit2e941d3d38530fbc1979a6eb72b3b43adee64d14 (patch)
tree3b7bca4bd34724d151089d60a3874766b088c18c /phpBB/posting.php
parent74ad87df5c696b62e73bc1b5b7c5fceea75932d7 (diff)
downloadforums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.gz
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.bz2
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.xz
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.zip
trying to fix some bugs...
git-svn-id: file:///svn/phpbb/trunk@7054 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 2bb1329d16..247b88c63c 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -707,7 +707,7 @@ if ($submit || $preview || $refresh)
{
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
- if (($result = validate_username($post_data['username'])) !== false)
+ if (($result = validate_username($post_data['username'], $post_data['post_username'])) !== false)
{
$user->add_lang('ucp');
$error[] = $user->lang[$result . '_USERNAME'];