aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_topic.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-22 14:04:26 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-22 14:04:26 +0000
commitfcb0c89962242fec72d7ed01c7049601a696e4be (patch)
treeceb9de55f45604fc5aa55df75dcd69ce0e356f2c /phpBB/includes/mcp/mcp_topic.php
parent61616582628fa1b6e61f5522d3e64c454e66bb5d (diff)
downloadforums-fcb0c89962242fec72d7ed01c7049601a696e4be.tar
forums-fcb0c89962242fec72d7ed01c7049601a696e4be.tar.gz
forums-fcb0c89962242fec72d7ed01c7049601a696e4be.tar.bz2
forums-fcb0c89962242fec72d7ed01c7049601a696e4be.tar.xz
forums-fcb0c89962242fec72d7ed01c7049601a696e4be.zip
Cleaning up (#13689)
Also removed the useless login box from the ACP. git-svn-id: file:///svn/phpbb/trunk@7919 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_topic.php')
-rw-r--r--phpBB/includes/mcp/mcp_topic.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php
index ef41ede5c4..1440c4dd6b 100644
--- a/phpBB/includes/mcp/mcp_topic.php
+++ b/phpBB/includes/mcp/mcp_topic.php
@@ -25,7 +25,7 @@ function mcp_topic_view($id, $mode, $action)
if (!sizeof($topic_info))
{
- trigger_error($user->lang['TOPIC_NOT_EXIST']);
+ trigger_error('TOPIC_NOT_EXIST');
}
$topic_info = $topic_info[$topic_id];
@@ -439,7 +439,7 @@ function split_topic($action, $topic_id, $to_forum_id, $subject)
if (!sizeof($post_id_list))
{
- trigger_error($user->lang['NO_POST_SELECTED']);
+ trigger_error('NO_POST_SELECTED');
}
$icon_id = request_var('icon', 0);