From 32b916ef849d13cfc72ca70a565c71e342778a15 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 7 Jul 2015 18:17:22 +0200 Subject: Revert "[1005] fixing redirection when deleting archived article" This reverts commit 63fc40ff8465cd14b6221636ccbd2d9d9c07787e. --- inc/poche/Poche.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- cgit v1.2.3