FIX_SIMPLIFIED_UI "Traducciones faltantes." SOLVED
- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php, AppNotes.php y appProxy.php * Available from version ProcessMaker-2.0.47 (2.5.1)
This commit is contained in:
@@ -100,7 +100,7 @@ class AppProxy extends HttpProxyController
|
||||
}
|
||||
|
||||
if (! isset( $appUid )) {
|
||||
throw new Exception(G::LoadTranslation("ID_CANT_RESOLVE_APLICATION"));
|
||||
throw new Exception(G::LoadTranslation("ID_CANT_RESOLVE_APPLICATION"));
|
||||
}
|
||||
|
||||
$usrUid = (isset( $_SESSION['USER_LOGGED'] )) ? $_SESSION['USER_LOGGED'] : "";
|
||||
|
||||
Reference in New Issue
Block a user