]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
bug fix #227: Deleting element in archive redirect to home
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 12:48:53 +0000 (14:48 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 12:48:53 +0000 (14:48 +0200)
inc/poche/Poche.class.php

index ffef1c3eea5fa9fccb9fe869bdd6baa6da0dfa7a..8567cd8fb8ec30d126e8330c8572dfb5c9b5a5f7 100644 (file)
@@ -333,7 +333,7 @@ class Poche
                     $msg = 'error : can\'t delete link #' . $id;
                 }
                 Tools::logm($msg);
-                Tools::redirect('?');
+                Tools::redirect();
                 break;
             case 'toggle_fav' :
                 $this->store->favoriteById($id, $this->user->getId());