BUG 6945 "Country in Language code causes Javascript error and causes..." SOLVED

The html tags on xml label section was causing the problem, but it is fixed now
This commit is contained in:
Erik Amaru Ortiz
2011-05-27 10:48:20 -04:00
parent 9caaeed486
commit f83fef3f7a
6 changed files with 181 additions and 186 deletions

View File

@@ -260,7 +260,7 @@ function executePlugins(){
$oPlugin = new $className();
if (method_exists($oPlugin, 'executeCron')) {
$oPlugin->executeCron();
setExecutionMessage("Executing Pentaho Reports Plugin");
setExecutionMessage("Executing Plugins");
setExecutionResultMessage('DONE');
}
}