aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/mcp.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 45b04c4d9a..40cb78c0e4 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -197,6 +197,11 @@ page_footer();
/**
* Functions used to generate additional URL paramters
*/
+function _module_main_front_url()
+{
+ return extra_url();
+}
+
function _module_main_forum_view_url()
{
return extra_url();