From 63fc40ff8465cd14b6221636ccbd2d9d9c07787e Mon Sep 17 00:00:00 2001 From: Vincent Malley Date: Tue, 2 Jun 2015 15:29:44 -0400 Subject: [PATCH] [1005] fixing redirection when deleting archived article --- 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 0754d659..779c04c2 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -278,7 +278,7 @@ class Poche } Tools::logm($msg); } - Tools::redirect('?'); + Tools::redirect(); break; case 'toggle_fav' : $this->store->favoriteById($id, $this->user->getId()); -- 2.41.0