]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Tools.class.php
working on registration support
[github/wallabag/wallabag.git] / inc / poche / Tools.class.php
index 7ccfc069b16bb5094be623003198f5f7ecbabd10..d0b31d4f15648dbe70e9f507c921b3f0cc493183 100755 (executable)
@@ -117,7 +117,7 @@ final class Tools
     {
         $views = array(
             'install', 'import', 'export', 'config', 'tags',
-            'edit-tags', 'view', 'login', 'error', 'about'
+            'edit-tags', 'view', 'login', 'error', 'about', 'register'
             );
 
         return (in_array($view, $views) ? $view . '.twig' : 'home.twig');