aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
diff options
context:
space:
mode:
authorJerome Charaoui <jerome@riseup.net>2016-12-06 22:27:08 -0500
committerJeremy Benoist <jbenoist@20minutes.fr>2017-06-01 09:43:01 +0200
commit1c5da417e4ddb14223f9af6e5cea6778e5c0fd08 (patch)
tree3cb3e75a857a88e7a5fa93efde5c6e2bfed6e8e5 /src/Wallabag/CoreBundle/Controller
parent7aba665e484c5c36ee029219a999a427d864ff22 (diff)
downloadwallabag-1c5da417e4ddb14223f9af6e5cea6778e5c0fd08.tar.gz
wallabag-1c5da417e4ddb14223f9af6e5cea6778e5c0fd08.tar.zst
wallabag-1c5da417e4ddb14223f9af6e5cea6778e5c0fd08.zip
Put default fetching error title in global config
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r--src/Wallabag/CoreBundle/Controller/EntryController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php
index 6018dfac..4b2bc7da 100644
--- a/src/Wallabag/CoreBundle/Controller/EntryController.php
+++ b/src/Wallabag/CoreBundle/Controller/EntryController.php
@@ -60,9 +60,6 @@ class EntryController extends Controller
60 */ 60 */
61 private function updateEntry(Entry $entry, $prefixMessage = 'entry_saved') 61 private function updateEntry(Entry $entry, $prefixMessage = 'entry_saved')
62 { 62 {
63 // put default title in case of fetching content failed
64 $entry->setTitle('No title found');
65
66 $message = 'flashes.entry.notice.'.$prefixMessage; 63 $message = 'flashes.entry.notice.'.$prefixMessage;
67 64
68 try { 65 try {