From 5ef03f1541a13ffaf3a22131a1dd0360d75d576c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jan 2009 14:31:24 +0100 Subject: move simplepie/ to lib --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0d82f817e..f9ae442c5 100644 --- a/functions.php +++ b/functions.php @@ -102,7 +102,7 @@ define('MAGPIE_OUTPUT_ENCODING', 'UTF-8'); define('MAGPIE_CACHE_AGE', 60*15); // 15 minutes - require_once "simplepie/simplepie.inc"; + require_once "lib/simplepie/simplepie.inc"; require_once "magpierss/rss_fetch.inc"; require_once 'magpierss/rss_utils.inc'; -- cgit v1.2.3-54-g00ecf