Fixing dependence upon hard-coded password by modifying playlist build to not require authentication
This commit is contained in:
parent
0ac58165a3
commit
934cad44b5
3 changed files with 11 additions and 37 deletions
|
@ -230,6 +230,7 @@ SQL;
|
|||
$id = $this->_showInstance->getDbId();
|
||||
|
||||
$scheduler = new Application_Model_Scheduler();
|
||||
$scheduler->setCheckUserPermissions($checkUserPerm);
|
||||
$scheduler->scheduleAfter(
|
||||
array(array("id" => 0, "instance" => $id, "timestamp" => $ts)),
|
||||
array(array("id" => $pl_id, "type" => "playlist"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue