forked from wallabag/wallabag
Rename wallabag_core to wallabag
This commit is contained in:
@ -410,7 +410,7 @@ class EntryController extends AbstractController
|
||||
$this->updateEntry($entry, 'entry_reloaded');
|
||||
|
||||
// if refreshing entry failed, don't save it
|
||||
if ($this->getParameter('wallabag_core.fetching_error_message') === $entry->getContent()) {
|
||||
if ($this->getParameter('wallabag.fetching_error_message') === $entry->getContent()) {
|
||||
$this->addFlash('notice', 'flashes.entry.notice.entry_reloaded_failed');
|
||||
|
||||
return $this->redirect($this->generateUrl('view', ['id' => $entry->getId()]));
|
||||
|
||||
Reference in New Issue
Block a user