diff options
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/Entry.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index adb208276..e742912ad 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -814,9 +814,9 @@ HTML; if ($url === '' || $feed === null || $feed->pathEntries() === '') { return ''; } - if (!empty($feed->attributeArray('path_entries_condition'))) { + if (!empty($feed->attributeArray('path_entries_conditions'))) { $found = false; - foreach ($feed->attributeArray('path_entries_condition') as $condition) { + foreach ($feed->attributeArray('path_entries_conditions') as $condition) { if (!is_string($condition) || trim($condition) === '') { continue; } |
