mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
bug fix #227: Deleting element in archive redirect to home
This commit is contained in:
parent
34d67c835e
commit
6cd8af85da
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class Poche
|
||||||
$msg = 'error : can\'t delete link #' . $id;
|
$msg = 'error : can\'t delete link #' . $id;
|
||||||
}
|
}
|
||||||
Tools::logm($msg);
|
Tools::logm($msg);
|
||||||
Tools::redirect('?');
|
Tools::redirect();
|
||||||
break;
|
break;
|
||||||
case 'toggle_fav' :
|
case 'toggle_fav' :
|
||||||
$this->store->favoriteById($id, $this->user->getId());
|
$this->store->favoriteById($id, $this->user->getId());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue