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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user