adding Bootstrap::LoadTranslationObject() to load translation on Rest env.

This commit is contained in:
Erik Amaru Ortiz
2014-03-18 11:03:40 -04:00
parent c02c2f6e50
commit 68bf1d9a99

View File

@@ -372,6 +372,8 @@ class WebApplication
\Propel::init(PATH_CONFIG . "databases.php");
\Bootstrap::LoadTranslationObject(defined( 'SYS_LANG' ) ? SYS_LANG : "en");
return true;
}
}