]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
bug fix #259: Deleting article doesn't redirect
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Fri, 25 Oct 2013 12:25:37 +0000 (14:25 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Fri, 25 Oct 2013 12:25:37 +0000 (14:25 +0200)
inc/poche/Poche.class.php

index 0766cd51e2d1bc26057e966b274422fe90e92c18..39d43761f44cdaf0b5d2b9e18c8819148d5dc50e 100644 (file)
@@ -374,7 +374,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());