forked from wallabag/wallabag
Revert "[1005] fixing redirection when deleting archived article"
This reverts commit 63fc40ff84.
This commit is contained in:
@ -287,7 +287,7 @@ class Poche
|
|||||||
}
|
}
|
||||||
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());
|
||||||
|
|||||||
Reference in New Issue
Block a user