cc-2238:deleting-a-playlist-from-right-list

fixed.
This commit is contained in:
James Moon 2011-04-27 14:22:50 -07:00
parent f1a314aa0a
commit c322b8fb7f
2 changed files with 4 additions and 0 deletions

View file

@ -290,6 +290,7 @@ class PlaylistController extends Zend_Controller_Action
}
$this->view->id = $id;
$this->view->html = $this->view->render('playlist/index.phtml');
}
public function deleteActiveAction()