diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-10-04 21:39:47 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-10-04 21:39:47 +0000 |
| commit | 1981196e99a84e1ad1f8e817f74bda730ba6fe88 (patch) | |
| tree | 2eb5fe6c8239e8793813e1ab7157eab26c7cd90c /phpBB/report.php | |
| parent | 5449c591a9721a63098f794a24e0bcef690ebb51 (diff) | |
| download | forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar.gz forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar.bz2 forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.tar.xz forums-1981196e99a84e1ad1f8e817f74bda730ba6fe88.zip | |
- some bugfixes
git-svn-id: file:///svn/phpbb/trunk@5255 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/report.php')
| -rw-r--r-- | phpBB/report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/report.php b/phpBB/report.php index 3d53d06724..ddc7cfc5e5 100644 --- a/phpBB/report.php +++ b/phpBB/report.php @@ -384,7 +384,7 @@ function report_notification($notify_user, $report_post, $report_data) 'address_list' => array('u' => array($user_id => 'to')), 'from_user_id' => $user->data['user_id'], 'from_user_ip' => $user->ip, - 'from_usernae' => $user->data['username'], + 'from_username' => $user->data['username'], 'icon_id' => 0, 'enable_bbcode' => 0, 'enable_html' => 0, |
