Added post counter to topic information.

このコミットが含まれているのは:
テクニカル諏訪子 2018-03-30 21:07:22 +09:00
コミット bed5c713a0
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -501,6 +501,7 @@ class BoardController extends Controller {
'forName' => $finfo[0]->title,
'catName' => $cinfo[0]->title,
'maxPage' => ceil($pcount / $to),
'posts' => $pcount,
'lock' => $glock,
);
}