diff --git a/airtime_mvc/application/controllers/PlaylistController.php b/airtime_mvc/application/controllers/PlaylistController.php index 38db5dda8..94e90744d 100644 --- a/airtime_mvc/application/controllers/PlaylistController.php +++ b/airtime_mvc/application/controllers/PlaylistController.php @@ -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) {