1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge pull request #1710 from wallabag/v2-message-graby-fails

Fix #811: Display a human message when graby fails to fetch articles
This commit is contained in:
Jeremy Benoist 2016-02-24 08:43:17 +01:00
commit d7cc16c8b5
6 changed files with 57 additions and 1 deletions

View file

@ -39,7 +39,7 @@ services:
wallabag_core.graby:
class: Graby\Graby
arguments:
- { error_message: false }
- { error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." }
calls:
- [ setLogger, [ "@logger" ] ]
tags: