aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/EntryController.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-08-21 22:11:20 +0200
committerGitHub <noreply@github.com>2016-08-21 22:11:20 +0200
commit4e4e8e9899c39b31f2c977c796f8b6e6b4f727f3 (patch)
treec1873414141cf72ca7c14ac3e526f153948099fa /src/Wallabag/CoreBundle/Controller/EntryController.php
parent8642f14220a834a434225d812e2ea07680b04cb2 (diff)
parenteecd7e406d46bc34af9aeefa19370df657d2a4fd (diff)
downloadwallabag-4e4e8e9899c39b31f2c977c796f8b6e6b4f727f3.tar.gz
wallabag-4e4e8e9899c39b31f2c977c796f8b6e6b4f727f3.tar.zst
wallabag-4e4e8e9899c39b31f2c977c796f8b6e6b4f727f3.zip
Merge pull request #2221 from wallabag/replace-favorite-star
Replaced favorite word/icon with star one
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..ccdf9406 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 starred status for an entry.
361 * 361 *
362 * @param Request $request 362 * @param Request $request
363 * @param Entry $entry 363 * @param Entry $entry