mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
a6ee5ff144
commit
ff507f3d81
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if (empty($_COOKIE) && isIframe() && isIframeInDifferentDomain()) {
|
|||
die('{"error":"isIframeInDifferentDomain"}');
|
||||
}
|
||||
require_once $global['systemRootPath'] . 'objects/video.php';
|
||||
$obj = new Video("", "", $_REQUEST['id']);
|
||||
$obj = new Video("", "", $_REQUEST['id'], true);
|
||||
if (empty($obj)) {
|
||||
die("Object not found");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue