カテゴリー直し

このコミットが含まれているのは:
テクニカル諏訪子 2019-02-07 11:11:23 +09:00
コミット 62fd988391
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -1318,7 +1318,7 @@ class BoardController extends Controller {
$topicsuu = DB::table('for_threads')->where('for_id', $f['id'])->count();
$replysuu = $this->countPostsInForum($f['id']);
if ($f['last_uid'] != 0) {
if ($ldet['uid'] != 0) {
$user = $this->objUser->getUser($ldet['uid'], $request)->toArray();
$showName = "";
$showCol = "";