aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2005-11-12 19:03:31 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2005-11-12 19:03:31 +0000
commited8edf3b8f68e755526d34caf726701288f67046 (patch)
tree82d1a9dbc7bed2d341bb290538a62dd6932f6ce9 /phpBB/includes/functions_module.php
parent2b96a90d440dbf52e95e645b63793481b523a685 (diff)
downloadforums-ed8edf3b8f68e755526d34caf726701288f67046.tar
forums-ed8edf3b8f68e755526d34caf726701288f67046.tar.gz
forums-ed8edf3b8f68e755526d34caf726701288f67046.tar.bz2
forums-ed8edf3b8f68e755526d34caf726701288f67046.tar.xz
forums-ed8edf3b8f68e755526d34caf726701288f67046.zip
The MCP strikes back.... :-)
git-svn-id: file:///svn/phpbb/trunk@5300 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index bd611235b1..fe1d583f89 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -310,7 +310,7 @@ class p_master
}
}
- $u_title = $module_url . '&amp;i=' . (($itep_ary['cat']) ? $itep_ary['id'] : $itep_ary['name'] . '&amp;mode=' . $itep_ary['mode']);
+ $u_title = $module_url . '&amp;i=' . (($itep_ary['cat']) ? $itep_ary['id'] : $itep_ary['name'] . '&amp;mode=' . $itep_ary['mode'] . $itep_ary['url_extra']);
// Only output a categories items if it's currently selected
if (!$depth || ($depth && (in_array($itep_ary['parent'], array_values($this->module_cache['parents'])) || $itep_ary['parent'] == $this->p_parent)))