]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Revert "[1005] fixing redirection when deleting archived article"
authorThomas Citharel <tcit@tcit.fr>
Tue, 7 Jul 2015 16:17:22 +0000 (18:17 +0200)
committerThomas Citharel <tcit@tcit.fr>
Tue, 7 Jul 2015 16:17:22 +0000 (18:17 +0200)
This reverts commit 63fc40ff8465cd14b6221636ccbd2d9d9c07787e.

inc/poche/Poche.class.php

index 754d7c7e5a64722a19bfeb1c81c9209b9a28163d..e0c9abbb0fdeed87090983886c014e810ec6aeca 100755 (executable)
@@ -287,7 +287,7 @@ class Poche
                     }
                     Tools::logm($msg);
                 }
-                Tools::redirect();
+                Tools::redirect('?');
                 break;
             case 'toggle_fav' :
                 $this->store->favoriteById($id, $this->user->getId());