aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVincent Malley <vincent.malley@insalien.org>2015-06-02 15:29:44 -0400
committerVincent Malley <vincent.malley@insalien.org>2015-06-02 15:29:44 -0400
commit63fc40ff8465cd14b6221636ccbd2d9d9c07787e (patch)
treeeaaff330d50b1444e89642e31a1122af23c3997f
parent900f2a91604bf04e86ac7ff4a22f2b19439c6652 (diff)
downloadwallabag-63fc40ff8465cd14b6221636ccbd2d9d9c07787e.tar.gz
wallabag-63fc40ff8465cd14b6221636ccbd2d9d9c07787e.tar.zst
wallabag-63fc40ff8465cd14b6221636ccbd2d9d9c07787e.zip
[1005] fixing redirection when deleting archived article
-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());