aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/EntryController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-18 11:58:35 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-18 14:27:17 +0200
commit519ba0b5e71cd9b5abd620f682fd2296e6180af3 (patch)
tree2b036c251c8d95cc78dae5676394e076f9e919e1 /src/Wallabag/CoreBundle/Controller/EntryController.php
parente408d7e895e784271a55c3a200666034db0af80a (diff)
downloadwallabag-519ba0b5e71cd9b5abd620f682fd2296e6180af3.tar.gz
wallabag-519ba0b5e71cd9b5abd620f682fd2296e6180af3.tar.zst
wallabag-519ba0b5e71cd9b5abd620f682fd2296e6180af3.zip
Replaced favorite word/icon with star one
Fix #2041
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/EntryController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/EntryController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php
index 4eb314f7..775dfccd 100644
--- a/src/Wallabag/CoreBundle/Controller/EntryController.php
+++ b/src/Wallabag/CoreBundle/Controller/EntryController.php
@@ -357,7 +357,7 @@ class EntryController extends Controller
357 } 357 }
358 358
359 /** 359 /**
360 * Changes favorite status for an entry. 360 * Changes star status for an entry.
361 * 361 *
362 * @param Request $request 362 * @param Request $request
363 * @param Entry $entry 363 * @param Entry $entry