Sida 1 av 1

Stämmer denna uppdatering?

Postat: 2005-05-23 14:18
av WickeD
Hej!

Stämmer detta:

It has come to light that one of the bug fixes included in 2.0.15 can cause problems in certain circumstances which may lead to you losing your administrator privileges. This bug will only arise if you are editing the permissions on a private forum for a usergroup which a) contains an administrator account and b) does not have moderator privileges on any forums.

In order to address this issue, the 2.0.15 package was repacked to include a fix for this issue. No other files have been altered in this update.

If you wish to make the change by hand, there is one line to alter.

OPEN admin/admin_ug_auth.php

FIND (around line 546)

Kod: Markera allt

WHERE user_id IN (" . implode(', ', $group_user) . ")";
REPLACE WITH

Kod: Markera allt

WHERE user_id IN (" . implode(', ', $group_user) . ") AND user_level = " . MOD;

Postat: 2005-05-23 15:47
av Holger