1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

i see the reports arise...

git-svn-id: file:///svn/phpbb/trunk@5997 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-06-02 09:35:56 +00:00
parent 35e750fc19
commit 148fab6579

View File

@ -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