aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_post.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_post.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_post.php')
-rw-r--r--phpBB/includes/mcp/mcp_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_post.php b/phpBB/includes/mcp/mcp_post.php
index d2cc5d285e..a490f8a677 100644
--- a/phpBB/includes/mcp/mcp_post.php
+++ b/phpBB/includes/mcp/mcp_post.php
@@ -43,7 +43,7 @@ function mcp_post_details($id, $mode, $action)
}
$post_info = $post_info[$post_id];
- $url = append_sid("{$phpbb_root_path}mcp.$phpEx?" . extra_url());
+ $url = append_sid("{$phpbb_root_path}mcp.$phpEx?" . phpbb_extra_url());
switch ($action)
{