aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Entry.php')
-rw-r--r--app/Models/Entry.php4
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;
}