forked from wallabag/wallabag
Display a human message when graby fails to fetch articles
This commit is contained in:
@ -39,7 +39,7 @@ services:
|
|||||||
wallabag_core.graby:
|
wallabag_core.graby:
|
||||||
class: Graby\Graby
|
class: Graby\Graby
|
||||||
arguments:
|
arguments:
|
||||||
- { error_message: false }
|
- { error_message: "wallabag can't retrieve contents for this article. Please contact us if problem persists." }
|
||||||
calls:
|
calls:
|
||||||
- [ setLogger, [ "@logger" ] ]
|
- [ setLogger, [ "@logger" ] ]
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user