diff --git a/upload/source/admincp/admincp_counter.php b/upload/source/admincp/admincp_counter.php index c8a27edc05a478ad10e9e13a3083481020e03cee..65e5fddb2ec4102e8c99eb6cee3159a587966fe3 100644 --- a/upload/source/admincp/admincp_counter.php +++ b/upload/source/admincp/admincp_counter.php @@ -49,7 +49,7 @@ if(submitcheck('forumsubmit', 1)) { $thread = C::t('forum_thread')->fetch_by_fid_displayorder($forum['fid']); $subject = cutstr($thread['subject'], 80); - $lastpost = "{$thread['tid']}\t{subject}\t{$thread['lastpost']}\t{$thread['lastposter']}"; + $lastpost = "{$thread['tid']}\t{$subject}\t{$thread['lastpost']}\t{$thread['lastposter']}"; C::t('forum_forum')->update($forum['fid'], array('threads' => $threads, 'posts' => $posts, 'lastpost' => $lastpost)); }