sexified code

This commit is contained in:
Rudi Grinberg 2012-09-05 17:52:27 -04:00
parent 73e152ebcf
commit 8be51d5bf4
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class Application_Model_ShowInstance
$scheduler = new Application_Model_Scheduler();
$scheduler->scheduleAfter(
array(array("id" => 0, "instance" => $id, "timestamp" => $ts)),
array(array("id" => 0, "instance" => $id, "timestamp" => $ts)),
array(array("id" => $pl_id, "type" => "playlist"))
);
}