mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
029ac1b5c7
commit
d5b5ea9bd8
2 changed files with 9 additions and 2 deletions
|
@ -486,6 +486,8 @@ Disallow: *action=tagsearch*
|
|||
|
||||
$obj->autoConvertVideosToMP3 = false;
|
||||
$obj->allowDownloadMP3 = true;
|
||||
|
||||
$obj->disableFeeds = false;
|
||||
|
||||
return $obj;
|
||||
}
|
||||
|
@ -531,7 +533,6 @@ Disallow: *action=tagsearch*
|
|||
return $_directUploadFiletypes;
|
||||
}
|
||||
|
||||
|
||||
public function navBar() {
|
||||
$obj = $this->getDataObject();
|
||||
$str = '';
|
||||
|
@ -781,7 +782,7 @@ Disallow: *action=tagsearch*
|
|||
return @$externalOptions->redirectVideo;
|
||||
}
|
||||
|
||||
public static function setShortSummaryAndMetaDescriptionVideo($videos_id, $ShortSummary, $MetaDescription) {
|
||||
public static function setShortSummaryAndMetaDescriptionVideo($videos_id, $ShortSummary, $MetaDescription) {
|
||||
if (!Video::canEdit($videos_id)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue