Compare commits
2 Commits
1acce9d3fd
...
8211c08403
Author | SHA1 | Date |
---|---|---|
Arnaud Fornerot | 8211c08403 | |
afornerot | 9a0c9086d2 |
|
@ -90,11 +90,11 @@ class InitDataCommand extends ContainerAwareCommand
|
|||
$entity = $this->entityManager->getRepository('CadolesCronBundle:Cron')->find(105);
|
||||
if(!$entity&&$widonlyoffice_sync) {
|
||||
$entity = new Cron;
|
||||
$nextdate=$entity->getSubmitdate();
|
||||
$nextdate->setTime(3,0);
|
||||
$nextdate=$entity->getSubmitdate();
|
||||
$entity->setCommand("Core:Only");
|
||||
$entity->setDescription("Synchronisation des Only Office");
|
||||
$entity->setId(105);
|
||||
$entity->setStatut(2);
|
||||
$entity->setRepeatcall(0);
|
||||
$entity->setRepeatexec(0);
|
||||
$entity->setRepeatinterval(3600);
|
||||
|
|
Loading…
Reference in New Issue