CC-4546: Library->Context view for playlist: It only displays "..." instead of Static smart block's name

-fixed
This commit is contained in:
denise 2012-10-10 15:06:30 -04:00
parent 2fbd8e868b
commit c95050c04c
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ class PlaylistController extends Zend_Controller_Action
try { try {
$obj = $this->getPlaylist($type); $obj = $this->getPlaylist($type);
$obj->setName($name); $obj->setName(trim($name));
$obj->setDescription($description); $obj->setDescription($description);
$this->view->description = $description; $this->view->description = $description;
$this->view->playlistName = $name; $this->view->playlistName = $name;