mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-03 14:22:19 -05:00
bug fix #227: Deleting element in archive redirect to home
This commit is contained in:
parent
34d67c835e
commit
6cd8af85da
@ -333,7 +333,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());
|
||||
|
Loading…
Reference in New Issue
Block a user