summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 14:33:02 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 14:33:02 +0100
commit816cdfb7ee28912908557e07741a2cd803252159 (patch)
tree1b5a68b3be10a5d120d22acc7ae7893d3983f4b8 /functions.php
parent5ef03f1541a13ffaf3a22131a1dd0360d75d576c (diff)
move magpie to lib/
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index f9ae442c5..8f207cbdd 100644
--- a/functions.php
+++ b/functions.php
@@ -103,8 +103,8 @@
define('MAGPIE_CACHE_AGE', 60*15); // 15 minutes
require_once "lib/simplepie/simplepie.inc";
- require_once "magpierss/rss_fetch.inc";
- require_once 'magpierss/rss_utils.inc';
+ require_once "lib/magpierss/rss_fetch.inc";
+ require_once 'lib/magpierss/rss_utils.inc';
/**
* Print a timestamped debug message.