diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-03 15:37:02 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-03 15:37:02 +0000 |
| commit | 0ff21e4614aa625bc5d2f32fcbad9658287f81de (patch) | |
| tree | 89f018e1f844ad38dd6f0efa9ee0e20aa1aad0a4 /phpBB/includes/mcp/mcp_warn.php | |
| parent | b154edd6a56c7dfde3434b6c30422c4f33b605c3 (diff) | |
| download | forums-0ff21e4614aa625bc5d2f32fcbad9658287f81de.tar forums-0ff21e4614aa625bc5d2f32fcbad9658287f81de.tar.gz forums-0ff21e4614aa625bc5d2f32fcbad9658287f81de.tar.bz2 forums-0ff21e4614aa625bc5d2f32fcbad9658287f81de.tar.xz forums-0ff21e4614aa625bc5d2f32fcbad9658287f81de.zip | |
and 16
git-svn-id: file:///svn/phpbb/trunk@8124 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_warn.php')
| -rwxr-xr-x | phpBB/includes/mcp/mcp_warn.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_warn.php b/phpBB/includes/mcp/mcp_warn.php index a997d01ca5..96bc17bce3 100755 --- a/phpBB/includes/mcp/mcp_warn.php +++ b/phpBB/includes/mcp/mcp_warn.php @@ -345,7 +345,7 @@ class mcp_warn if ($warning && $action == 'add_warning') { - if(check_form_key('mcp_warn')) + if (check_form_key('mcp_warn')) { add_warning($user_row, $warning, $notify); $msg = $user->lang['USER_WARNING_ADDED']; |
