aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-23 22:58:41 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-23 22:58:41 +0200
commitc315fc6c891fbeceb20a7370b293cea4645d0193 (patch)
treeeaf1d620251f86b6b321694d46bac4966d353f5a /phpBB/mcp.php
parentbba23f61b334a32faf8c33b62266ae55fa4616a5 (diff)
downloadforums-c315fc6c891fbeceb20a7370b293cea4645d0193.tar
forums-c315fc6c891fbeceb20a7370b293cea4645d0193.tar.gz
forums-c315fc6c891fbeceb20a7370b293cea4645d0193.tar.bz2
forums-c315fc6c891fbeceb20a7370b293cea4645d0193.tar.xz
forums-c315fc6c891fbeceb20a7370b293cea4645d0193.zip
[ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global
PHPBB3-12612
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 8345500ee2..25765b1af7 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -118,7 +118,7 @@ if (!$auth->acl_getf_global('m_'))
$allow_user = false;
if ($quickmod && isset($user_quickmod_actions[$action]) && $user->data['is_registered'] && $auth->acl_gets($user_quickmod_actions[$action], $forum_id))
{
- $topic_info = get_topic_data(array($topic_id));
+ $topic_info = phpbb_get_topic_data(array($topic_id));
if ($topic_info[$topic_id]['topic_poster'] == $user->data['user_id'])
{
$allow_user = true;