mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-01 13:31:04 +00:00
[1005] fixing redirection when deleting archived article
This commit is contained in:
parent
900f2a9160
commit
63fc40ff84
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,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