diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 14:22:29 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 14:22:29 +0100 |
commit | 4886ed6d3637df0b3e16e672d58d4ef8f17dc432 (patch) | |
tree | 2e4255655a218eb7d42522ff3009a2826b03d002 /inc/poche/Tools.class.php | |
parent | 74ec445a662aa31f713bc50e74c9366da336538a (diff) | |
download | wallabag-4886ed6d3637df0b3e16e672d58d4ef8f17dc432.tar.gz wallabag-4886ed6d3637df0b3e16e672d58d4ef8f17dc432.tar.zst wallabag-4886ed6d3637df0b3e16e672d58d4ef8f17dc432.zip |
[add] page which lists entries for a tag
Diffstat (limited to 'inc/poche/Tools.class.php')
-rw-r--r-- | inc/poche/Tools.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index b0ef55f5..6da53023 100644 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -90,7 +90,7 @@ class Tools | |||
90 | { | 90 | { |
91 | $views = array( | 91 | $views = array( |
92 | 'install', 'import', 'export', 'config', 'tags', | 92 | 'install', 'import', 'export', 'config', 'tags', |
93 | 'edit-tags', 'view', 'login', 'error' | 93 | 'edit-tags', 'view', 'login', 'error', 'tag' |
94 | ); | 94 | ); |
95 | 95 | ||
96 | if (in_array($view, $views)) { | 96 | if (in_array($view, $views)) { |