From 03a577bff0ac98caff0411ef118f8796c0400043 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2007 12:58:39 +0100 Subject: simplepie: enable use of MAGPIE_FETCH_TIME_OUT --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 5d086f9e9..bc26bf77a 100644 --- a/functions.php +++ b/functions.php @@ -443,6 +443,7 @@ } else { $rss = new SimplePie(); $rss->set_useragent(SIMPLEPIE_USERAGENT . MAGPIE_USER_AGENT_EXT); + $rss->set_timeout(MAGPIE_FETCH_TIME_OUT); $rss->set_feed_url($fetch_url); $rss->set_output_encoding('UTF-8'); $rss->init(); -- cgit v1.2.3