mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
This commit is contained in:
parent
1f12e74e40
commit
deca07b9ba
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class LiveTransmition extends ObjectYPT {
|
||||||
}
|
}
|
||||||
$key = preg_replace("/[^A-Za-z0-9]/", '', $key);
|
$key = preg_replace("/[^A-Za-z0-9]/", '', $key);
|
||||||
$name = "LivetransmitionkeyExists($key)";
|
$name = "LivetransmitionkeyExists($key)";
|
||||||
$row = ObjectYPT::getCache($name, 3600);
|
$row = ObjectYPT::getCache($name, 60);
|
||||||
$row = object_to_array($row);
|
$row = object_to_array($row);
|
||||||
if(empty($row)){
|
if(empty($row)){
|
||||||
$sql = "SELECT u.*, lt.* FROM " . static::getTableName() . " lt "
|
$sql = "SELECT u.*, lt.* FROM " . static::getTableName() . " lt "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue