mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 04:21:06 +00:00
Revert "[1005] fixing redirection when deleting archived article"
This reverts commit 63fc40ff84
.
This commit is contained in:
parent
9d516bc33d
commit
32b916ef84
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class Poche
|
|||
}
|
||||
Tools::logm($msg);
|
||||
}
|
||||
Tools::redirect();
|
||||
Tools::redirect('?');
|
||||
break;
|
||||
case 'toggle_fav' :
|
||||
$this->store->favoriteById($id, $this->user->getId());
|
||||
|
|
Loading…
Reference in a new issue