aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-04-17 14:54:41 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-04-17 14:54:41 +0000
commit18b565e8cd8c89b562429288ca409f665fc5b6aa (patch)
treeaeb0a801553ab68f6feb71586ac82b621606e93e
parentcee46c7941b63c773df7caa501baa5789eafd7af (diff)
downloadforums-18b565e8cd8c89b562429288ca409f665fc5b6aa.tar
forums-18b565e8cd8c89b562429288ca409f665fc5b6aa.tar.gz
forums-18b565e8cd8c89b562429288ca409f665fc5b6aa.tar.bz2
forums-18b565e8cd8c89b562429288ca409f665fc5b6aa.tar.xz
forums-18b565e8cd8c89b562429288ca409f665fc5b6aa.zip
remove unused language key
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9457 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 9b7f8e001f..e9c74e8e02 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1126,7 +1126,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
if (!$topic_notification && !$forum_notification)
{
- trigger_error('WRONG_NOTIFICATION_MODE');
+ trigger_error('NO_MODE');
}
if (($topic_notification && !$config['allow_topic_notify']) || ($forum_notification && !$config['allow_forum_notify']))