Temp commit.
It's not done, need to work more later.
This commit is contained in:
parent
7a40161e7e
commit
bf34170f29
4 changed files with 16 additions and 1 deletions
|
@ -173,6 +173,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$this->view->html = $this->view->render('playlist/update.phtml');
|
||||
$this->view->name = $pl->getName();
|
||||
$this->view->length = $pl->getLength();
|
||||
$this->view->pl_id = $pl->getid();
|
||||
|
||||
unset($this->view->pl);
|
||||
return;
|
||||
|
@ -218,8 +219,11 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$this->view->html = $this->view->render('playlist/update.phtml');
|
||||
$this->view->name = $pl->getName();
|
||||
$this->view->length = $pl->getLength();
|
||||
$this->view->pl_id = $pl->getid();
|
||||
|
||||
unset($this->view->pl);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
public function setCueAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue