make featured issue resolved..

This commit is contained in:
sikanderzel 2016-06-28 11:53:06 +05:00
parent 8f525b0f65
commit 5e852016fd

View file

@ -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);