aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Models/Category.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Category.php b/app/Models/Category.php
index 13bb184d5..691ac1066 100644
--- a/app/Models/Category.php
+++ b/app/Models/Category.php
@@ -214,6 +214,7 @@ class FreshRSS_Category extends Minz_Model {
// The feed does not exist in the current category, so add that feed
$dryRunFeed->_category($this);
$ok &= ($feedDAO->addFeedObject($dryRunFeed) !== false);
+ $existingFeeds[$dryRunFeed->url()] = $dryRunFeed;
} else {
$existingFeed = $existingFeeds[$dryRunFeed->url()];
if ($existingFeed->mute()) {