diff --git a/module/repo/zen.php b/module/repo/zen.php index e08e78aa9b..9f2ba145d8 100644 --- a/module/repo/zen.php +++ b/module/repo/zen.php @@ -1378,7 +1378,7 @@ class repoZen extends repo elseif($this->strposAry($lastLine, $this->config->repo->repoSyncLog->total) !== false) { $logContent = file_get_contents($logFile); - if($this->strposAry($logContent, $this->config->repo->repoSyncLog->finishCount) !== false and $this->repo->strposAry($logContent, $this->config->repo->repoSyncLog->finishCompress) !== false) + if($this->strposAry($logContent, $this->config->repo->repoSyncLog->finishCount) !== false and $this->strposAry($logContent, $this->config->repo->repoSyncLog->finishCompress) !== false) { @unlink($logFile); }