diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-02 09:35:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-02 09:35:56 +0000 |
commit | 148fab6579bc7d12d32a9d17f1031c7457d4f89f (patch) | |
tree | bb6492d87ddd0c8f5c23bef40bcf70373c5ca94b /phpBB/includes/functions_module.php | |
parent | 35e750fc19e2c8921ce377de9673b4e72233bde0 (diff) | |
download | forums-148fab6579bc7d12d32a9d17f1031c7457d4f89f.tar forums-148fab6579bc7d12d32a9d17f1031c7457d4f89f.tar.gz forums-148fab6579bc7d12d32a9d17f1031c7457d4f89f.tar.bz2 forums-148fab6579bc7d12d32a9d17f1031c7457d4f89f.tar.xz forums-148fab6579bc7d12d32a9d17f1031c7457d4f89f.zip |
i see the reports arise...
git-svn-id: file:///svn/phpbb/trunk@5997 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r-- | phpBB/includes/functions_module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index d8e4652eee..cc8b093d4b 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -353,7 +353,7 @@ class p_master $this->module->u_action = "{$user->page['script_path']}/{$user->page['page_name']}"; } - $this->module->u_action = $SID . (($icat) ? '&icat=' . $icat : '') . "&i={$this->p_id}&mode={$this->p_mode}"; + $this->module->u_action .= $SID . (($icat) ? '&icat=' . $icat : '') . "&i={$this->p_id}&mode={$this->p_mode}"; } // Assign the module path for re-usage |