make featured issue resolved..
This commit is contained in:
parent
8f525b0f65
commit
5e852016fd
1 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,8 @@ if(@$_GET['msg']){
|
|||
|
||||
//Performing Video Acttions
|
||||
if($_GET['mode']!=''){
|
||||
$cbvid->action($_GET['mode'],$video);
|
||||
$modedata = $cbvid->action($_GET['mode'],$video);
|
||||
assign("modedata",$modedata);
|
||||
}
|
||||
|
||||
//Check Video Exists or Not
|
||||
|
@ -61,7 +62,7 @@ if(@$_GET['msg']){
|
|||
$myquery->delete_comment($cid);
|
||||
}
|
||||
|
||||
|
||||
//pr($video,true);
|
||||
$data = get_video_details($video);
|
||||
Assign('udata',$userquery->get_user_details($data['userid']));
|
||||
Assign('data',$data);
|
||||
|
|
Loading…
Add table
Reference in a new issue