Merge branch '2.3.x' into devel

This commit is contained in:
Martin Konecny 2013-04-03 17:12:28 -04:00
commit d1e72cfeea
1 changed files with 1 additions and 1 deletions

View File

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