diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-01-16 21:20:40 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-01-16 21:20:40 +0000 |
commit | f08b229ca0c4829b0a1f6accd71902fbd1f6dcac (patch) | |
tree | 00b01f8e06597391bd3bcf705b84a8402baf6686 /phpBB/mcp.php | |
parent | 8c4b5f9a7967965adb66828da8f640f6d6df788d (diff) | |
download | forums-f08b229ca0c4829b0a1f6accd71902fbd1f6dcac.tar forums-f08b229ca0c4829b0a1f6accd71902fbd1f6dcac.tar.gz forums-f08b229ca0c4829b0a1f6accd71902fbd1f6dcac.tar.bz2 forums-f08b229ca0c4829b0a1f6accd71902fbd1f6dcac.tar.xz forums-f08b229ca0c4829b0a1f6accd71902fbd1f6dcac.zip |
The curse of cut&paste strikes once more...
git-svn-id: file:///svn/phpbb/trunk@5466 89ea8834-ac86-4346-8a33-228a782c2dd0
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(); } |