diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 0754d6599..779c04c2d 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());