diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-24 08:43:17 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-24 08:43:17 +0100 |
commit | d7cc16c8b585f6a600cd309a9bb5630794fcf9aa (patch) | |
tree | 84bbecdabaa2618710eae8dd5dd28b6529bf9865 /src/Wallabag | |
parent | b091b1b330a8eb03f637697554cd7b8de8aa4268 (diff) | |
parent | bb17ddea616229721b7987bf04680d7610303a0a (diff) | |
download | wallabag-d7cc16c8b585f6a600cd309a9bb5630794fcf9aa.tar.gz wallabag-d7cc16c8b585f6a600cd309a9bb5630794fcf9aa.tar.zst wallabag-d7cc16c8b585f6a600cd309a9bb5630794fcf9aa.zip |
Merge pull request #1710 from wallabag/v2-message-graby-fails
Fix #811: Display a human message when graby fails to fetch articles
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/config/services.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index 1aa66be1..677c33da 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml | |||
@@ -39,7 +39,7 @@ services: | |||
39 | wallabag_core.graby: | 39 | wallabag_core.graby: |
40 | class: Graby\Graby | 40 | class: Graby\Graby |
41 | arguments: | 41 | arguments: |
42 | - { error_message: false } | 42 | - { error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." } |
43 | calls: | 43 | calls: |
44 | - [ setLogger, [ "@logger" ] ] | 44 | - [ setLogger, [ "@logger" ] ] |
45 | tags: | 45 | tags: |