mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Remove warning
This commit is contained in:
parent
b171ed9c6e
commit
18f51e2dc1
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ if(empty($_REQUEST['id'])){
|
|||
//$_POST['sort']['comments_id_pai'] = 'DESC';
|
||||
$_POST['sort']['id'] = 'DESC';
|
||||
}
|
||||
$comments = Comment::getAllComments($_REQUEST['video_id'], @$_REQUEST['comments_id']);
|
||||
$total = Comment::getTotalComments($_REQUEST['video_id'], @$_REQUEST['comments_id']);
|
||||
$comments = Comment::getAllComments(@$_REQUEST['video_id'], @$_REQUEST['comments_id']);
|
||||
$total = Comment::getTotalComments(@$_REQUEST['video_id'], @$_REQUEST['comments_id']);
|
||||
}else{
|
||||
$comment = Comment::getComment($_REQUEST['id']);
|
||||
if(!empty($comment)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue