mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Merge
This commit is contained in:
@@ -38,8 +38,9 @@ abstract class task_appboxAbstract extends task_abstract
|
||||
$this->log(("Warning : abox connection lost, restarting in 10 min."));
|
||||
sleep(60 * 10);
|
||||
$this->running = false;
|
||||
$this->return_value = self::RETURNSTATUS_TORESTART;
|
||||
|
||||
return('');
|
||||
return;
|
||||
}
|
||||
|
||||
$this->set_last_exec_time();
|
||||
@@ -85,7 +86,7 @@ abstract class task_appboxAbstract extends task_abstract
|
||||
$this->pause($duration);
|
||||
}
|
||||
|
||||
return($this->return_value);
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -46,8 +46,9 @@ abstract class task_databoxAbstract extends task_abstract
|
||||
$this->log(("Warning : abox connection lost, restarting in 10 min."));
|
||||
sleep(60 * 10);
|
||||
$this->running = false;
|
||||
$this->return_value = self::RETURNSTATUS_TORESTART;
|
||||
|
||||
return('');
|
||||
return;
|
||||
}
|
||||
|
||||
$this->set_last_exec_time();
|
||||
@@ -104,7 +105,7 @@ abstract class task_databoxAbstract extends task_abstract
|
||||
$this->pause($duration);
|
||||
}
|
||||
|
||||
return($this->return_value);
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user