Fix favorite cat doesn't change state button

Fix https://github.com/marienfressinaud/FreshRSS/issues/632
pull/623/head
Marien Fressinaud 10 years ago
parent fe32d14cfa
commit a12d90d85d
  1. 2
      app/layout/nav_menu.phtml

@ -49,7 +49,7 @@
</a>
<?php
if ($this->state & FreshRSS_Entry::STATE_FAVORITE) {
if ($this->state & FreshRSS_Entry::STATE_FAVORITE || $this->get_c == 's') {
$url_state['params']['state'] = $this->state & ~FreshRSS_Entry::STATE_FAVORITE;
$checked = 'true';
$class = 'active';

Loading…
Cancel
Save