1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12612] Prefix module url functions with phpbb_

PHPBB3-12612
This commit is contained in:
Joas Schilling
2014-06-23 22:54:15 +02:00
parent e4437e19e8
commit bba23f61b3
4 changed files with 31 additions and 27 deletions

View File

@@ -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');