aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_topic.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-23 22:54:15 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-23 22:54:15 +0200
commitbba23f61b334a32faf8c33b62266ae55fa4616a5 (patch)
tree703e6df06c14f1e59d15c6289d21695db9072ae0 /phpBB/includes/mcp/mcp_topic.php
parente4437e19e8be79c32945fbb4e79df84e60e73690 (diff)
downloadforums-bba23f61b334a32faf8c33b62266ae55fa4616a5.tar
forums-bba23f61b334a32faf8c33b62266ae55fa4616a5.tar.gz
forums-bba23f61b334a32faf8c33b62266ae55fa4616a5.tar.bz2
forums-bba23f61b334a32faf8c33b62266ae55fa4616a5.tar.xz
forums-bba23f61b334a32faf8c33b62266ae55fa4616a5.zip
[ticket/12612] Prefix module url functions with phpbb_
PHPBB3-12612
Diffstat (limited to 'phpBB/includes/mcp/mcp_topic.php')
-rw-r--r--phpBB/includes/mcp/mcp_topic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php
index f8ce8aae7b..b603bfc049 100644
--- a/phpBB/includes/mcp/mcp_topic.php
+++ b/phpBB/includes/mcp/mcp_topic.php
@@ -27,7 +27,7 @@ function mcp_topic_view($id, $mode, $action)
global $phpEx, $phpbb_root_path, $config;
global $template, $db, $user, $auth, $cache, $phpbb_container;
- $url = append_sid("{$phpbb_root_path}mcp.$phpEx?" . extra_url());
+ $url = append_sid("{$phpbb_root_path}mcp.$phpEx?" . phpbb_extra_url());
$user->add_lang('viewtopic');
$pagination = $phpbb_container->get('pagination');