Se modifica respuesta en POST de OUTPUTDOCUMENTS

This commit is contained in:
Daniel Rojas
2014-04-01 16:24:45 -04:00
parent 1e7154902f
commit adbf4e4021

View File

@@ -265,7 +265,8 @@ class OutputDocument
} }
} }
$g->sessionVarRestore(); $g->sessionVarRestore();
return $this->getCasesOutputDocument($applicationUid, $userUid, $sDocUID); $response = $this->getCasesOutputDocument($applicationUid, $userUid, $sDocUID);
return $response;
} catch (\Exception $e) { } catch (\Exception $e) {
throw $e; throw $e;
} }