summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 14:31:24 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 14:31:24 +0100
commit5ef03f1541a13ffaf3a22131a1dd0360d75d576c (patch)
treee3660bebc51bef4916709cffab0f84e31174dac9 /functions.php
parent34cd59a4094072eec14f230fd718131adbac047f (diff)
move simplepie/ to lib
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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';