]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[1005] fixing redirection when deleting archived article 1207/head
authorVincent Malley <vincent.malley@insalien.org>
Tue, 2 Jun 2015 19:29:44 +0000 (15:29 -0400)
committerVincent Malley <vincent.malley@insalien.org>
Tue, 2 Jun 2015 19:29:44 +0000 (15:29 -0400)
inc/poche/Poche.class.php

index 0754d659950cbb475c049c510c386bbf9c845adf..779c04c2d52508530e806b28505183ad8667f6f9 100755 (executable)
@@ -278,7 +278,7 @@ class Poche
                     }
                     Tools::logm($msg);
                 }
-                Tools::redirect('?');
+                Tools::redirect();
                 break;
             case 'toggle_fav' :
                 $this->store->favoriteById($id, $this->user->getId());