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:
Martin Konecny 2013-04-03 17:06:11 -04:00
parent ec7c898f5a
commit a748b05125
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@ class ApiController extends Zend_Controller_Action
$file->save();
}
$this->view->msg = "OK";
echo json_encode(array());
}
public function updateCueValuesBySilanAction()