From: Thomas Citharel Date: Tue, 7 Jul 2015 16:17:22 +0000 (+0200) Subject: Revert "[1005] fixing redirection when deleting archived article" X-Git-Tag: 1.9.1^2~18 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=32b916ef849d13cfc72ca70a565c71e342778a15;hp=9d516bc33ddf5c33471abc6d5516aa6c22e511f0;p=github%2Fwallabag%2Fwallabag.git Revert "[1005] fixing redirection when deleting archived article" This reverts commit 63fc40ff8465cd14b6221636ccbd2d9d9c07787e. --- diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 754d7c7e..e0c9abbb 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -287,7 +287,7 @@ class Poche } Tools::logm($msg); } - Tools::redirect(); + Tools::redirect('?'); break; case 'toggle_fav' : $this->store->favoriteById($id, $this->user->getId());