diff options
| author | 2013-11-12 19:01:01 +0100 | |
|---|---|---|
| committer | 2013-11-12 19:01:01 +0100 | |
| commit | fcc2e023ef2a783c48a02e359d4b3d8c0ff23734 (patch) | |
| tree | 00cb13eab66563f1b3495e7854d87723483c6df8 /app/controllers | |
| parent | 7e9263ff5c0f0f0593deb386aacf4043b43e70e2 (diff) | |
Oubli variable inutile
Suite de
https://github.com/marienfressinaud/FreshRSS/commit/7e9263ff5c0f0f0593deb386aacf4043b43e70e2
Diffstat (limited to 'app/controllers')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
