diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-20 15:53:50 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-20 15:53:50 +0400 |
| commit | bf758124d2bec8977af8b735a4f9a949f24c6fcd (patch) | |
| tree | de9359fa80e74dfd1f6eee730c8cfab41adaad29 /update_daemon2.php | |
| parent | 2b020009b1bd1e2c1e527c2adf94fe0fc780849b (diff) | |
| parent | 9530efa1b506f4a0d64088ae30aec38ff27de331 (diff) | |
backend: merge with shared-feedbrowser
Diffstat (limited to 'update_daemon2.php')
| -rwxr-xr-x | update_daemon2.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update_daemon2.php b/update_daemon2.php index 6ccdbcb10..9ad914307 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -219,6 +219,9 @@ _debug("Cleaned $rc cached tags."); + _debug("Updating linked feeds..."); + get_linked_feeds($link); + } _debug("Elapsed time: " . (time() - $start_timestamp) . " second(s)"); |