From 46a6a5fc3095eb613942fc323f542d2a522b4439 Mon Sep 17 00:00:00 2001
From: denise <denise@denise-DX4860sourcefabric.org>
Date: Wed, 29 Aug 2012 12:05:41 -0400
Subject: [PATCH] CC-4312: Smart Block: Please don't save the change of title
 when there is any warning after click 'Save'

-added in saving behaviour for regular playlists
---
 airtime_mvc/application/controllers/PlaylistController.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/airtime_mvc/application/controllers/PlaylistController.php b/airtime_mvc/application/controllers/PlaylistController.php
index d5ee2b89f..e7f4c8e8f 100644
--- a/airtime_mvc/application/controllers/PlaylistController.php
+++ b/airtime_mvc/application/controllers/PlaylistController.php
@@ -466,6 +466,8 @@ class PlaylistController extends Zend_Controller_Action
                 $result['html'] = $this->view->render($viewPath);
                 $result['result'] = 1;
             }
+        } else if ($params['type'] == 'playlist') {
+            $this->setPlaylistNameDescAction();
         }
 
         $result["modified"] = $this->view->modified;