From fe5597c433a676bf20ab7a22131d81befc2537b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 22 Feb 2016 13:30:17 +0100 Subject: Display a human message when graby fails to fetch articles --- src/Wallabag/CoreBundle/Resources/config/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/config') diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index 1aa66be1..27f6f97f 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml @@ -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 contact us if problem persists." } calls: - [ setLogger, [ "@logger" ] ] tags: -- cgit v1.2.3