CC-5040:
All API actions need to have consistent return value -temp fix. Correct fix will require ensuring api_client always sends XmlHttpRequest
This commit is contained in:
parent
ec7c898f5a
commit
a748b05125
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ class ApiController extends Zend_Controller_Action
|
||||||
$file->save();
|
$file->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->view->msg = "OK";
|
echo json_encode(array());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function updateCueValuesBySilanAction()
|
public function updateCueValuesBySilanAction()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue