]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Routing.class.php
typo
[github/wallabag/wallabag.git] / inc / poche / Routing.class.php
index 653fa90035633ae7f03537bc344c6fa85961a02f..004bd45a928f56215acd0ab8837b8c57dbb6853e 100755 (executable)
@@ -97,16 +97,16 @@ class Routing
 
     private function _launchAction()
     {
-        if (isset($_GET['login'])) {\r
-               // hello to you\r
-               $this->wallabag->login($this->referer);\r
+        if (isset($_GET['login'])) {
+               // hello to you
+               $this->wallabag->login($this->referer);
         } elseif (isset($_GET['feed']) && isset($_GET['user_id'])) {
             $tag_id = (isset($_GET['tag_id']) ? intval($_GET['tag_id']) : 0);
             $this->wallabag->generateFeeds($_GET['token'], filter_var($_GET['user_id'],FILTER_SANITIZE_NUMBER_INT), $tag_id, $_GET['type']);
         }
         
         //allowed ONLY to logged in user
-        if ( \Session::isLogged() === true 
+        if (\Session::isLogged() === true
         {
             if (isset($_GET['logout'])) {
                 // see you soon !