Seite 1 von 1

Update von Version 4.0.5 auf Version 4.0.6

Verfasst: Sa 30.Jul, 2005 02:47
von oxpus
Die Versionen des Mods von 4.0.0 bis einschliesslich 4.0.5 haben keinen Traffic für Posts gutgeschrieben.
Dieses Snippet behebt das Problem:

Code: Alles auswählen

#
#-----[ OPEN ]--------------------------------------------------
#
posting.php

#
#-----[ FIND ]--------------------------------------------------
#
include($phpbb_root_path . 'includes/functions_post.'.$phpEx);

#
#-----[ AFTER, ADD ]--------------------------------------------------
#
include($phpbb_root_path . 'includes/dl_common.'.$phpEx);


#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------------------------
#
# EoM