Fehler behoben bei dem Standalone Cronjobs nicht ausgefuehrt werden

This commit is contained in:
oesi
2015-03-17 12:06:21 +01:00
parent 3401f270fa
commit fee4706b87
+1 -1
View File
@@ -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;