mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/12612] Prefix module url functions with phpbb_
PHPBB3-12612
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user