Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
f4591f825f
3 changed files with 7 additions and 24 deletions
|
@ -447,7 +447,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
} catch (PlaylistOutDatedException $e) {
|
||||
$this->playlistOutdated($e);
|
||||
} catch (PlaylistNotFoundException $e) {
|
||||
$this->playlistNotFound($type);
|
||||
$this->playlistNotFound($type, true);
|
||||
} catch (Exception $e) {
|
||||
$this->playlistUnknownError($e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue