aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
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
287 } 287 }
288 Tools::logm($msg); 288 Tools::logm($msg);
289 } 289 }
290 Tools::redirect(); 290 Tools::redirect('?');
291 break; 291 break;
292 case 'toggle_fav' : 292 case 'toggle_fav' :
293 $this->store->favoriteById($id, $this->user->getId()); 293 $this->store->favoriteById($id, $this->user->getId());