このコミットが含まれているのは:
テクニカル諏訪子 2018-08-06 11:47:42 +09:00
コミット fd2626b456
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -696,7 +696,7 @@ class UserController extends Controller {
if ($valid['usr_addcomment'] == 1) {
$add = DB::table('usr_comments')
->insert([
'user_id' => $request->user_id,
'user_id' => $check,
'profile_id' => $request->profile_id,
'reply_id' => ($request->reply_id > 0 ? $request->reply_id : 0),
'postdate' => time(),