CC-4389: Convert all PHP errors to throw exceptions instead
-echo to stdout as well
This commit is contained in:
parent
e275e286cb
commit
8db4c94af1
3 changed files with 9 additions and 2 deletions
|
@ -19,7 +19,6 @@ class LibraryController extends Zend_Controller_Action
|
|||
->addActionContext('get-upload-to-soundcloud-status', 'json')
|
||||
->addActionContext('set-num-entries', 'json')
|
||||
->initContext();
|
||||
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue