Quote:
Originally Posted by Andreas
Try
PHP Code:
$threadinfo = fetch_threadinfo($bythreadid);
$foruminfo = fetch_foruminfo($thread['forumid');
$postdm->set_info('forum', $foruminfo);
$postdm->set_info('thread', $threadinfo);
Before setting anything to the DM.
|
Same result.
edit: Fixed it by adding
PHP Code:
require_once('./includes/functions_databuild.php');
build_thread_counters($bythreadid);
imho, it should do all that automatically tho...