|
|
@@ -55,7 +55,7 @@ class Vod extends Base
|
|
|
public function detail()
|
|
|
{
|
|
|
$info = $this->label_vod_detail();
|
|
|
- if($info['vod_copyright']==1 && !empty($info['vod_jumpurl']) && $GLOBALS['config']['app']['copyright_status']==2){
|
|
|
+ if($info['vod_copyright']==1 && $GLOBALS['config']['app']['copyright_status']==2){
|
|
|
return $this->label_fetch('vod/copyright');
|
|
|
}
|
|
|
if(!empty($info['vod_pwd']) && session('1-1-'.$info['vod_id'])!='1'){
|