Explorar el Código

Update cron.php

tags/v8.0.0alpha1
Oliver Kohl D.Sc. hace 9 años
padre
commit
2ff369e7f3
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      cron.php

+ 1
- 2
cron.php Ver fichero

@@ -122,8 +122,7 @@ try {
// Work and success :-)
$jobList = \OC::$server->getJobList();
$job = $jobList->getNext();
if ($job != null)
{
if ($job != null) {
$job->execute($jobList, $logger);
$jobList->setLastJob($job);
}

Cargando…
Cancelar
Guardar