Correccion de errores stdclass

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-07-03 09:45:15 -04:00
parent b5be3f5ec4
commit 3335e99e9d
5 changed files with 23 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ try {
} else {
$sfunction = $_POST['functions'];
}
$result = new stdclass();
switch ($sfunction) {
case 'getRelationInfDoc':
try {