aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-07-07 18:17:22 +0200
committerThomas Citharel <tcit@tcit.fr>2015-07-07 18:17:22 +0200
commit32b916ef849d13cfc72ca70a565c71e342778a15 (patch)
treefc82898493bd1740e5d6b5a578b679c071199ea0
parent9d516bc33ddf5c33471abc6d5516aa6c22e511f0 (diff)
downloadwallabag-32b916ef849d13cfc72ca70a565c71e342778a15.tar.gz
wallabag-32b916ef849d13cfc72ca70a565c71e342778a15.tar.zst
wallabag-32b916ef849d13cfc72ca70a565c71e342778a15.zip
Revert "[1005] fixing redirection when deleting archived article"
This reverts commit 63fc40ff8465cd14b6221636ccbd2d9d9c07787e.
-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 754d7c7e..e0c9abbb 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -287,7 +287,7 @@ class Poche
287 } 287 }
288 Tools::logm($msg); 288 Tools::logm($msg);
289 } 289 }
290 Tools::redirect(); 290 Tools::redirect('?');
291 break; 291 break;
292 case 'toggle_fav' : 292 case 'toggle_fav' :
293 $this->store->favoriteById($id, $this->user->getId()); 293 $this->store->favoriteById($id, $this->user->getId());