X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FApiBundle%2FSecurity%2FAuthentication%2FProvider%2FWsseProvider.php;h=9bf8b377f6b6416f9d47f7b382f48f9865dd6efc;hb=refs%2Fpull%2F1383%2Fhead;hp=db73ae2a44093fa9c1f79848de6eaa21be3d9034;hpb=2878416f8b4d94fb5e64c2fa61861526a7654d3d;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php b/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php index db73ae2a..9bf8b377 100644 --- a/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php +++ b/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php @@ -17,7 +17,7 @@ class WsseProvider implements AuthenticationProviderInterface public function __construct(UserProviderInterface $userProvider, $cacheDir) { $this->userProvider = $userProvider; - $this->cacheDir = $cacheDir; + $this->cacheDir = $cacheDir; // If cache directory does not exist we create it if (!is_dir($this->cacheDir)) {