]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
Update messages.it.yml
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / GuzzleSiteAuthenticator / GrabySiteConfigBuilder.php
index a16ed49d9b478fb3042a35a4fad77a4fb418e35c..c712bb26e2de7c66f487132da00e63e8c718d463 100644 (file)
@@ -54,7 +54,7 @@ class GrabySiteConfigBuilder implements SiteConfigBuilder
             $host = substr($host, 4);
         }
 
-        if (!isset($this->credentials[$host])) {
+        if (empty($this->credentials[$host])) {
             $this->logger->debug('Auth: no credentials available for host.', ['host' => $host]);
 
             return false;