]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
[1005] fixing redirection when deleting archived article
[github/wallabag/wallabag.git] / 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());