Fix a copule of notices messages in the code

This commit is contained in:
Julio Cesar Laura
2014-09-25 15:33:21 -04:00
parent 4b18c58760
commit 0835a60e1e
2 changed files with 7 additions and 7 deletions

View File

@@ -257,7 +257,7 @@ switch ($request) {
$conf->aConfig = $confParams;
$conf->saveConfig( 'APP_CACHE_VIEW_ENGINE', '', '', '' );
$response = new StdClass();
$result = new StdClass();
$result->success = true;
$result->msg = G::LoadTranslation('ID_TITLE_COMPLETED');