Doc System, change hardcoded labels

This commit is contained in:
Julio Cesar Laura
2013-03-14 15:15:04 -04:00
parent 9e0e980a23
commit 64e518fb49
81 changed files with 377 additions and 405 deletions

View File

@@ -173,7 +173,7 @@ class Dashboard extends Controller
{
try {
if (! isset( $_SESSION['USER_LOGGED'] )) {
throw new Exception( 'The session has expired.' );
throw new Exception( G::LoadTranslation('ID_SESSION_EXPIRED') );
}
return $this->pmDashlet->getDashletsInstancesForUser( $_SESSION['USER_LOGGED'] );
} catch (Exception $error) {