X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FUserBundle%2FController%2FSecurityController.php;h=83fa0b20f7809f90a8826ff2a7cf875bffcd3bde;hb=2490f61dca635026a3eb9b5e9b6978b1981b1172;hp=1e752b6d3c10ac5f62f4a09ed3758908982d8f3c;hpb=7149aa57814a9d6151f4fe049126e3cb5d86a254;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/UserBundle/Controller/SecurityController.php b/src/Wallabag/UserBundle/Controller/SecurityController.php index 1e752b6d..83fa0b20 100644 --- a/src/Wallabag/UserBundle/Controller/SecurityController.php +++ b/src/Wallabag/UserBundle/Controller/SecurityController.php @@ -14,7 +14,7 @@ class SecurityController extends FOSSecurityController return $this->render('FOSUserBundle:Security:login.html.twig', array_merge( $data, - array('registration_enabled' => $this->container->getParameter('wallabag_user.registration_enabled')) + ['registration_enabled' => $this->container->getParameter('wallabag_user.registration_enabled')] ) ); }