Bug in dl_upload.php

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Antworten
Pico
Beiträge: 26
Registriert: Do 30. Dez 2010, 11:53

Bug in dl_upload.php

Beitrag von Pico »

[phpBB Debug] PHP Notice: in file /dl_mod/includes/dl_upload.php on line 534: Undefined variable: dl_files_title
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_upload.php

Beitrag von oxpus »

Hello pico,

thanks for this hint.
To fix this for now please open the file dl/mod/includes/dl_upload.php, find the line

Code: Alles auswählen

	'DL_FILES_TITLE'			=> $dl_files_title,
and replace it with

Code: Alles auswählen

	'DL_FILES_TITLE'			=> $dl_files_page_title,
I'll fix the next release, too.
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