mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
Well, here are all my changes ... don't blame me if things break :D
git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -44,8 +44,8 @@ foreach ($forum_rows as $row)
|
||||
));
|
||||
unset($stored_cat);
|
||||
}
|
||||
|
||||
if ($acl->get_acl($forum_id, 'forum', 'list'))
|
||||
|
||||
if ($auth->get_acl($forum_id, 'forum', 'list'))
|
||||
{
|
||||
switch ($forum_status)
|
||||
{
|
||||
|
Reference in New Issue
Block a user