ファック…

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

ファイルの表示

@ -36,7 +36,7 @@ class Prayer {
$comments = DB::table('blg_comments')->where('video_id', $vid)->orderBy('id', 'asc')->get()->toArray();
$ytslug = explode('?v=', $res->youtube);
$res->ytcomment = (isset($ytslug[1]) ? $this->getYouTubeCome($ytslug[1]) : array());
if ($res->ytcomment['nextPage'] != '') {
if (isset($res->ytcomment['nextPage']) && $res->ytcomment['nextPage'] != '') {
while ($res->ytcomment['nextPage'] != '') {
$res->ytcomment = $this->checkYouTubeCome($res->ytcomment, $ytslug[1], $res->ytcomment['nextPage']);
}