Bug in dl_mod/includes/dl_comments.php

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Antworten
frold
Beiträge: 15
Registriert: Do 12. Nov 2009, 18:03

Bug in dl_mod/includes/dl_comments.php

Beitrag von frold »

Please fix:

Open dl_mod/includes/dl_comments.php

FIND

Code: Alles auswählen

			if (($poster_id == $user->data['user_id'] || $cat_auth['auth_mod'] || $index[$[cat]['auth_mod'] || ($auth->acl_get('a_') && $user->data['is_registered'])) && !$deny_post)
REPLACE WITH

Code: Alles auswählen

			if (($poster_id == $user->data['user_id'] || $cat_auth['auth_mod'] || $index[$[cat_id]['auth_mod'] || ($auth->acl_get('a_') && $user->data['is_registered'])) && !$deny_post)
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Bug in dl_mod/includes/dl_comments.php

Beitrag von oxpus »

Hello,

thanks for this hint.
I'll fix it with the next release.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Antworten