diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-19 01:21:30 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-19 01:21:30 +0100 |
commit | 056a3c6cdcbad0d0872f9fcee7ca949f089979c8 (patch) | |
tree | 9b0101200c334645b8ccc3db6c3e5a53da6b8c15 | |
parent | aa245deedc74cf46e993c028635b278e2ca6e071 (diff) | |
download | wallabag-056a3c6cdcbad0d0872f9fcee7ca949f089979c8.tar.gz wallabag-056a3c6cdcbad0d0872f9fcee7ca949f089979c8.tar.zst wallabag-056a3c6cdcbad0d0872f9fcee7ca949f089979c8.zip |
remove old code
-rwxr-xr-x | inc/poche/Routing.class.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index 177b74d5..0d33cdc3 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -111,9 +111,7 @@ class Routing | |||
111 | $tag_id = (isset($_GET['tag_id']) ? intval($_GET['tag_id']) : 0); | 111 | $tag_id = (isset($_GET['tag_id']) ? intval($_GET['tag_id']) : 0); |
112 | $limit = (isset($_GET['limit']) ? intval($_GET['limit']) : 0); | 112 | $limit = (isset($_GET['limit']) ? intval($_GET['limit']) : 0); |
113 | $this->wallabag->generateFeeds($_GET['token'], filter_var($_GET['user_id'],FILTER_SANITIZE_NUMBER_INT), $tag_id, $_GET['type'], $limit); | 113 | $this->wallabag->generateFeeds($_GET['token'], filter_var($_GET['user_id'],FILTER_SANITIZE_NUMBER_INT), $tag_id, $_GET['type'], $limit); |
114 | } //elseif (ALLOW_REGISTER && isset($_GET['register'])) { | 114 | } |
115 | //$this->wallabag->register | ||
116 | //} | ||
117 | 115 | ||
118 | //allowed ONLY to logged in user | 116 | //allowed ONLY to logged in user |
119 | if (\Session::isLogged() === true) | 117 | if (\Session::isLogged() === true) |