this bug 6018 was solved, there were some mistakes when you made to run the cron
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user