]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
typo
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 25 Jul 2014 05:26:56 +0000 (07:26 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 25 Jul 2014 05:26:56 +0000 (07:26 +0200)
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 !