diff options
Diffstat (limited to 'inc/poche')
-rw-r--r-- | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 0766cd51..39d43761 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -374,7 +374,7 @@ class Poche | |||
374 | $msg = 'error : can\'t delete link #' . $id; | 374 | $msg = 'error : can\'t delete link #' . $id; |
375 | } | 375 | } |
376 | Tools::logm($msg); | 376 | Tools::logm($msg); |
377 | Tools::redirect(); | 377 | Tools::redirect('?'); |
378 | break; | 378 | break; |
379 | case 'toggle_fav' : | 379 | case 'toggle_fav' : |
380 | $this->store->favoriteById($id, $this->user->getId()); | 380 | $this->store->favoriteById($id, $this->user->getId()); |