1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

[1005] fixing redirection when deleting archived article

This commit is contained in:
Vincent Malley 2015-06-02 15:29:44 -04:00
parent 900f2a9160
commit 63fc40ff84

View file

@ -278,7 +278,7 @@ class Poche
}
Tools::logm($msg);
}
Tools::redirect('?');
Tools::redirect();
break;
case 'toggle_fav' :
$this->store->favoriteById($id, $this->user->getId());