From fcc2e023ef2a783c48a02e359d4b3d8c0ff23734 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 12 Nov 2013 19:01:01 +0100 Subject: Oubli variable inutile Suite de https://github.com/marienfressinaud/FreshRSS/commit/7e9263ff5c0f0f0593deb386aacf4043b43e70e2 --- app/controllers/entryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index 7ac9c4c0b..8e2b215d5 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -75,7 +75,7 @@ class entryController extends ActionController { if ($id) { $entryDAO = new EntryDAO (); $values = array ( - 'is_favorite' => (bool)($is_fav = Request::param ('is_favorite')), + 'is_favorite' => (bool)(Request::param ('is_favorite')), ); $entryDAO->updateEntry ($id, $values); } -- cgit v1.2.3