diff --git a/core/mutex.class.inc.php b/core/mutex.class.inc.php index c0d8521f7..1c11b6bc8 100644 --- a/core/mutex.class.inc.php +++ b/core/mutex.class.inc.php @@ -1,5 +1,5 @@ GetDBName(); $sDBSubname = $oConfig->GetDBSubname(); $this->sName = 'itop.'.$sName; @@ -49,7 +53,7 @@ class iTopMutex // running cron job by its mutex, without knowing if the config already exists or not $this->sName .= $sDBName.$sDBSubname; } - + $this->bLocked = false; // Not yet locked if (!array_key_exists($this->sName, self::$aAcquiredLocks))