このコミットが含まれているのは:
テクニカル諏訪子 2021-01-10 15:29:19 +09:00
コミット b73bd24bf5
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -103,7 +103,7 @@ class Prayer {
$get = json_decode($get, false); $get = json_decode($get, false);
$come['come'] = array(); $come['come'] = array();
if (isset($get->error)) { if (isset($get->error) || !$get) {
if ($tslug != '') { if ($tslug != '') {
if (!$get = DB::table('vid_ytcomment')->where('vid', $tslug)->first()) return array(); if (!$get = DB::table('vid_ytcomment')->where('vid', $tslug)->first()) return array();
$come = unserialize($get->come); $come = unserialize($get->come);