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 0754d659..779c04c2 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -278,7 +278,7 @@ class Poche
278 } 278 }
279 Tools::logm($msg); 279 Tools::logm($msg);
280 } 280 }
281 Tools::redirect('?'); 281 Tools::redirect();
282 break; 282 break;
283 case 'toggle_fav' : 283 case 'toggle_fav' :
284 $this->store->favoriteById($id, $this->user->getId()); 284 $this->store->favoriteById($id, $this->user->getId());