mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
Fehler behoben bei dem Standalone Cronjobs nicht ausgefuehrt werden
This commit is contained in:
@@ -364,7 +364,7 @@ class cronjob extends basis_db
|
||||
public function execute()
|
||||
{
|
||||
$return = true;
|
||||
if($this->standalone && isJobRunning())
|
||||
if($this->standalone && $this->isJobRunning())
|
||||
{
|
||||
$this->errormsg = 'Job kann nicht ausgefuehrt werden, da noch ein anderer Job laeuft';
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user