]> git.mjollnir.org Git - moodle.git/commitdiff
Missed one reference to rsslib.php
authormoodler <moodler>
Tue, 25 Jan 2005 06:10:38 +0000 (06:10 +0000)
committermoodler <moodler>
Tue, 25 Jan 2005 06:10:38 +0000 (06:10 +0000)
blocks/rss_client/block_rss_client.php

index b6cd24cd6f9aad07d9effb3592a7559a5b212041..a590ea17d44d5aaa668bdbad6b9d44e5a641183f 100644 (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.