mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12139] Spaces $ show_guests viewonline.php
PHPBB3-12139
This commit is contained in:
parent
cadf0dd3fd
commit
20625e896b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ $session_id = request_var('s', '');
|
|||
$start = request_var('start', 0);
|
||||
$sort_key = request_var('sk', 'b');
|
||||
$sort_dir = request_var('sd', 'd');
|
||||
$show_guests= ($config['load_online_guests']) ? request_var('sg', 0) : 0;
|
||||
$show_guests = ($config['load_online_guests']) ? request_var('sg', 0) : 0;
|
||||
|
||||
// Can this user view profiles/memberlist?
|
||||
if (!$auth->acl_gets('u_viewprofile', 'a_user', 'a_useradd', 'a_userdel'))
|
||||
|
|
Loading…
Add table
Reference in a new issue