aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Controller/SecurityController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/UserBundle/Controller/SecurityController.php')
-rw-r--r--src/Wallabag/UserBundle/Controller/SecurityController.php2
1 files changed, 1 insertions, 1 deletions
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
14 return $this->render('FOSUserBundle:Security:login.html.twig', 14 return $this->render('FOSUserBundle:Security:login.html.twig',
15 array_merge( 15 array_merge(
16 $data, 16 $data,
17 array('registration_enabled' => $this->container->getParameter('wallabag_user.registration_enabled')) 17 ['registration_enabled' => $this->container->getParameter('wallabag_user.registration_enabled')]
18 ) 18 )
19 ); 19 );
20 } 20 }