From eb1dc8019e856ddb15d2b5ec7e0104c2003b4a76 Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Tue, 22 Dec 2009 02:58:33 +0000 Subject: [PATCH] MINOR: correct the path to SimplePie include --- code/widgets/RSSWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/widgets/RSSWidget.php b/code/widgets/RSSWidget.php index 4dfd6fc..12f913c 100644 --- a/code/widgets/RSSWidget.php +++ b/code/widgets/RSSWidget.php @@ -58,7 +58,7 @@ class RSSWidget extends Widget { return $output; } - include_once(Director::getAbsFile(SAPPHIRE_DIR . '/thirdparty/simplepie/SimplePie.php')); + include_once(Director::getAbsFile(SAPPHIRE_DIR . '/thirdparty/simplepie/simplepie.inc')); $t1 = microtime(true); $feed = new SimplePie($this->AbsoluteRssUrl, TEMP_FOLDER);