summaryrefslogtreecommitdiff
path: root/app/Models/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Entry.php')
-rw-r--r--app/Models/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php
index 813e63bb0..45ff7b8c2 100644
--- a/app/Models/Entry.php
+++ b/app/Models/Entry.php
@@ -295,7 +295,7 @@ class FreshRSS_Entry extends Minz_Model {
}
foreach ($this->feed->filterActions() as $filterAction) {
if ($this->matches($filterAction->booleanSearch())) {
- foreach ($filterAction->actions() as $action => $params) {
+ foreach ($filterAction->actions() as $action) {
switch ($action) {
case 'read':
$this->_isRead(true);