From f16116834e310a622c38a90b04daf36085066999 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 24 Dec 2012 15:52:59 +0400 Subject: split digest stuff into digest.php --- include/rssfuncs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rssfuncs.php') 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); -- cgit v1.2.3-54-g00ecf