mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Fix
This commit is contained in:
parent
63875fa56f
commit
20ca6033fa
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ function getOpenGraphVideo($videos_id)
|
||||||
$imgPath = $images->posterPortraitPath;
|
$imgPath = $images->posterPortraitPath;
|
||||||
}
|
}
|
||||||
//var_dump(debug_backtrace());
|
//var_dump(debug_backtrace());
|
||||||
return generateMetaTags($videoType, $modifiedDate, $createdDate, $title, $description, $pageURL, $pageURLEmbed, $duration_in_seconds, $sourceFileURL, $imgPath, array(), $canonicalURL);
|
return generateMetaTags($videoType, $modifiedDate, $createdDate, $title, $description, $pageURL, $pageURLEmbed, $duration_in_seconds, $sourceFileURL, $imgPath, $imgURL, array(), $canonicalURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getOpenGraphLiveLink($liveLink_id)
|
function getOpenGraphLiveLink($liveLink_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue