]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove old code
authorThomas Citharel <tcit@tcit.fr>
Thu, 19 Feb 2015 00:21:30 +0000 (01:21 +0100)
committerThomas Citharel <tcit@tcit.fr>
Thu, 19 Feb 2015 00:21:30 +0000 (01:21 +0100)
inc/poche/Routing.class.php

index 177b74d551ddeae17353fc9d21044a30718f4485..0d33cdc3e3526ead0b8090305bcf6d9d4c956bce 100755 (executable)
@@ -111,9 +111,7 @@ class Routing
             $tag_id = (isset($_GET['tag_id']) ? intval($_GET['tag_id']) : 0);
             $limit = (isset($_GET['limit']) ? intval($_GET['limit']) : 0);
             $this->wallabag->generateFeeds($_GET['token'], filter_var($_GET['user_id'],FILTER_SANITIZE_NUMBER_INT), $tag_id, $_GET['type'], $limit);
-        } //elseif (ALLOW_REGISTER && isset($_GET['register'])) {
-            //$this->wallabag->register
-        //}
+        }
         
         //allowed ONLY to logged in user
         if (\Session::isLogged() === true)