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

@@ -145,6 +145,7 @@ class Dashboard extends Controller
$oConfiguration->aConfig = $dataDashboard;
$oConfiguration->saveConfig('Dashboard', '', '', $_SESSION['USER_LOGGED']);
$result = new stdClass();
$result->success = '1';
return $result;
} catch (Exception $error) {