From f32eb194bbfa56d176d48dbe385aa58c8d55c66a Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Thu, 21 Apr 2011 08:51:59 +0400
Subject: [PATCH] update: add get_linked_feeds to normal update tasks

---
 update.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/update.php b/update.php
index 92e2ce6ef..ab4fc6c01 100755
--- a/update.php
+++ b/update.php
@@ -68,6 +68,8 @@
 
 		$rc = cleanup_tags($link, 14, 50000);
 		_debug("Cleaned $rc cached tags.");
+
+		get_linked_feeds($link);
 	}
 
 	if ($op == "-feedbrowser") {
@@ -102,6 +104,8 @@
 			$rc = cleanup_tags($link, 14, 50000);
 
 			_debug("Cleaned $rc cached tags.");
+
+			get_linked_feeds($link);
 		}
 
 	}
-- 
GitLab