mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Rename wallabag_core to wallabag
This commit is contained in:
parent
0b44170e83
commit
74a98aaae2
29 changed files with 185 additions and 185 deletions
|
@ -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()]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue