mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
i see the reports arise...
git-svn-id: file:///svn/phpbb/trunk@5997 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
35e750fc19
commit
148fab6579
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue