From cb2e45442e8e08e2eabffc004fbe22543de034fa Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 16 Jun 2014 13:39:11 +0200 Subject: [PATCH] Typo. --- lib/ProcessAdditional.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProcessAdditional.php b/lib/ProcessAdditional.php index fdae52054..299bf440c 100644 --- a/lib/ProcessAdditional.php +++ b/lib/ProcessAdditional.php @@ -120,7 +120,7 @@ Class ProcessAdditional } $this->_archiveInfo->setExternalClients($clients); - $this->_hasGNUFile = $this->_functions->hasCommand('file') === true ? true : false); + $this->_hasGNUFile = $this->_functions->hasCommand(('file') === true ? true : false); // Maximum amount of releases to fetch per run. $this->_queryLimit =