]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
bug fix #259: Deleting article doesn't redirect
[github/wallabag/wallabag.git] / 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());