Deze bug houdt in, dat je je niet automatisch abonneert als je gebruik maakt van QuickReply om te reageren in een topic.
De (voorlopige) bugfix (na installatie) is als volgt:
Code: Selecteer alles
#
# --- [ OPEN ]
#
viewtopic.php
#
# --- [ FIND ]
#
<input type='hidden' name='notify' value='" . $notify . "' /><br />
#
# --- [ REPLACE ]
#
<input type='hidden' name='notify' value='" . $notify_user . "' /><br />
#
# --- [ SAVE & CLOSE ALL ]
#
# EoM