]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Twig/WallabagExtension.php
Fix tests & cs & migration
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Twig / WallabagExtension.php
index 61107ce725437e218c784893f792bdac70516412..536185d44c5cfe9bb79f25aacdc8e5a26de7bef2 100644 (file)
@@ -54,7 +54,7 @@ class WallabagExtension extends \Twig_Extension implements \Twig_Extension_Globa
 
     public function removeSchemeAndWww($url)
     {
-        return $this->removeWww($this->removeScheme($url)
+        return $this->removeWww($this->removeScheme($url));
     }
 
     /**