diff options
Diffstat (limited to 'phpBB/mcp.php')
| -rw-r--r-- | phpBB/mcp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 2eda2ad922..a89b1c9172 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -243,12 +243,12 @@ function _module_main_post_details_url() return extra_url(); } -function _module_logs_forum_view_url() +function _module_logs_forum_logs_url() { return extra_url(); } -function _module_logs_topic_view_url() +function _module_logs_topic_logs_url() { return extra_url(); } |
