CC-4178: Smart Playlist: Cannot update the block's title

-fixed
This commit is contained in:
denise 2012-08-16 16:00:59 -04:00
parent b17cd2b3c9
commit 9930ffae35
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ class PlaylistController extends Zend_Controller_Action
$obj = $this->getPlaylist($type);
$obj->setName($name);
$obj->setDescription($description);
$this->view->description = $description();
$this->view->description = $description;
$this->view->playlistName = $name;
$this->view->modified = $obj->getLastModified("U");
} catch (PlaylistOutDatedException $e) {