]> git.immae.eu Git - github/wallabag/wallabag.git/commit
If reload content failed, don’t update it
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Oct 2016 20:49:46 +0000 (22:49 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Oct 2016 20:49:46 +0000 (22:49 +0200)
commit2297d60f100effc1bf4300488a170a6bed3ae756
tree69420ee3d6fb1a37f64ce54407f5cf9fc9e07dae
parent7180aaed45dce62e40620a9e4b202526ebd6a3bb
If reload content failed, don’t update it

In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
app/config/config.yml
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php
src/Wallabag/CoreBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php