aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Tools.class.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-14 13:46:05 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-14 13:46:05 +0100
commit7780b8cb370625e27894636ecce555c8200b6108 (patch)
treecd074d771392bfbe84964fa54cfd30d167be663c /inc/poche/Tools.class.php
parent31556b05d0fc64c6d183d418d2d00f0ea5a0a136 (diff)
parent952faeeb312e7461e4ca69fb236c14ee780d3fc5 (diff)
downloadwallabag-7780b8cb370625e27894636ecce555c8200b6108.tar.gz
wallabag-7780b8cb370625e27894636ecce555c8200b6108.tar.zst
wallabag-7780b8cb370625e27894636ecce555c8200b6108.zip
Merge pull request #1021 from wallabag/register
working on registration support
Diffstat (limited to 'inc/poche/Tools.class.php')
-rwxr-xr-xinc/poche/Tools.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php
index 7ccfc069..d0b31d4f 100755
--- a/inc/poche/Tools.class.php
+++ b/inc/poche/Tools.class.php
@@ -117,7 +117,7 @@ final class Tools
117 { 117 {
118 $views = array( 118 $views = array(
119 'install', 'import', 'export', 'config', 'tags', 119 'install', 'import', 'export', 'config', 'tags',
120 'edit-tags', 'view', 'login', 'error', 'about' 120 'edit-tags', 'view', 'login', 'error', 'about', 'register'
121 ); 121 );
122 122
123 return (in_array($view, $views) ? $view . '.twig' : 'home.twig'); 123 return (in_array($view, $views) ? $view . '.twig' : 'home.twig');