CC-5172 : errors from setting cues in waveform editor not handled properly

This commit is contained in:
Naomi 2013-05-22 17:50:34 -04:00
parent d82725cb54
commit 0bfcd32554
3 changed files with 34 additions and 2 deletions

View file

@ -383,6 +383,7 @@ class PlaylistController extends Zend_Controller_Action
$this->createUpdateResponse($obj);
} else {
$this->view->cue_error = $response["error"];
$this->view->code = $response["type"];
}
} catch (PlaylistOutDatedException $e) {
$this->playlistOutdated($e);