Merge pull request #120 from radiorabe/feature/fix-playlistNotFound-call
Add missing argument to playlistNotFound call
This commit is contained in:
commit
5eef3ccfe4
|
@ -200,7 +200,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$obj = new $objInfo['className']($id);
|
||||
$this->createFullResponse($obj);
|
||||
} catch (PlaylistNotFoundException $e) {
|
||||
$this->playlistNotFound();
|
||||
$this->playlistNotFound($type);
|
||||
} catch (Exception $e) {
|
||||
$this->playlistUnknownError($e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue