Missed one reference to rsslib.php

This commit is contained in:
moodler
2005-01-25 06:10:38 +00:00
parent 7744ea12b0
commit 9995c33844
+1 -1
View File
@@ -120,7 +120,7 @@ class block_rss_client extends block_base {
global $CFG;
$returnstring = '';
$now = time();
require_once($CFG->dirroot .'/rss/rsslib.php');
require_once($CFG->libdir .'/rsslib.php');
require_once(MAGPIE_DIR .'rss_fetch.inc');
// Check if there is a cached string which has not timed out.