summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Models/FeedDAO.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/FeedDAO.php b/app/Models/FeedDAO.php
index 9f85fbc86..5993f50dc 100644
--- a/app/Models/FeedDAO.php
+++ b/app/Models/FeedDAO.php
@@ -111,7 +111,7 @@ class FreshRSS_FeedDAO extends Minz_ModelPdo implements FreshRSS_Searchable {
// Merge existing and import attributes
$existingAttributes = $feed_search->attributes();
$importAttributes = $feed->attributes();
- $feed->_attributes('', array_merge_recursive($existingAttributes, $importAttributes));
+ $feed->_attributes('', array_replace_recursive($existingAttributes, $importAttributes));
// Update some values of the existing feed using the import
$values = [