mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7905 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
97d8d020c5
commit
76a4444bd2
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ p a {
|
||||||
<li>[Fix] Prevent changing postable forum having subforums to link forum without moving subforums out first</li>
|
<li>[Fix] Prevent changing postable forum having subforums to link forum without moving subforums out first</li>
|
||||||
<li>[Fix] Do not display version in admin template (Bug #13495)</li>
|
<li>[Fix] Do not display version in admin template (Bug #13495)</li>
|
||||||
<li>[Fix] Allow manual specification of remote avatar dimensions if getimagesize is disabled (Bug #13531)</li>
|
<li>[Fix] Allow manual specification of remote avatar dimensions if getimagesize is disabled (Bug #13531)</li>
|
||||||
|
<li>[Fix] Make viewonline use the session page's added forum parameter (Bug #13597)</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
case 'posting':
|
case 'posting':
|
||||||
case 'viewforum':
|
case 'viewforum':
|
||||||
case 'viewtopic':
|
case 'viewtopic':
|
||||||
preg_match('#f=([0-9]+)#', $row['session_page'], $forum_id);
|
preg_match('#_f_=([0-9]+)x#i', $row['session_page'], $forum_id);
|
||||||
$forum_id = (sizeof($forum_id)) ? (int) $forum_id[1] : 0;
|
$forum_id = (sizeof($forum_id)) ? (int) $forum_id[1] : 0;
|
||||||
|
|
||||||
if ($forum_id && $auth->acl_get('f_list', $forum_id))
|
if ($forum_id && $auth->acl_get('f_list', $forum_id))
|
||||||
|
|
Loading…
Add table
Reference in a new issue