diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 754d7c7e5..e0c9abbb0 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());