CC-4895: Remove all json die() statements from code
This commit is contained in:
parent
3bc2876f27
commit
d4e89df94e
8 changed files with 34 additions and 34 deletions
|
@ -507,7 +507,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
$id = $this->_getParam('id');
|
||||
Application_Model_Soundcloud::uploadSoundcloud($id);
|
||||
// we should die with ui info
|
||||
die();
|
||||
$this->_helper->json->sendJson(null);
|
||||
}
|
||||
|
||||
public function getUploadToSoundcloudStatusAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue