summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 15:52:59 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 15:52:59 +0400
commitf16116834e310a622c38a90b04daf36085066999 (patch)
tree5ca53f8a9252f437ae143b4073f6e0ba91ce9126 /include/rssfuncs.php
parentebff9ef7c65054c2cda3b0baac550654abf285c8 (diff)
split digest stuff into digest.php
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index fb2f35272..2105de330 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -153,6 +153,8 @@
sleep(1); // prevent flood (FIXME make this an option?)
}
+ require_once "digest.php";
+
// Send feed digests by email if needed.
send_headlines_digests($link, $debug);