|
@@ -295,7 +295,7 @@ class FreshRSS_Entry extends Minz_Model {
|
|
|
}
|
|
}
|
|
|
foreach ($this->feed->filterActions() as $filterAction) {
|
|
foreach ($this->feed->filterActions() as $filterAction) {
|
|
|
if ($this->matches($filterAction->booleanSearch())) {
|
|
if ($this->matches($filterAction->booleanSearch())) {
|
|
|
- foreach ($filterAction->actions() as $action => $params) {
|
|
|
|
|
|
|
+ foreach ($filterAction->actions() as $action) {
|
|
|
switch ($action) {
|
|
switch ($action) {
|
|
|
case 'read':
|
|
case 'read':
|
|
|
$this->_isRead(true);
|
|
$this->_isRead(true);
|