this bug 6018 was solved, there were some mistakes when you made to run the cron

This commit is contained in:
Carlos Pacha
2011-01-26 21:30:05 +00:00
parent 60ea1b73a9
commit 8dd4400075
5 changed files with 19 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ function executePlugins(){
$className = $filename . 'ClassCron';
include_once ( $pathCronPlugins . $file ); //$filename. ".php"
$oPlugin =& new $className();
$oPlugin = new $className();
if (method_exists($oPlugin, 'executeCron')) {
$oPlugin->executeCron();
setExecutionMessage("Executing Pentaho Reports Plugin");