Changed required templib.php to rsslib.php. This will, at least, allow to
authorstronk7 <stronk7>
Mon, 17 Jan 2005 17:12:24 +0000 (17:12 +0000)
committerstronk7 <stronk7>
Mon, 17 Jan 2005 17:12:24 +0000 (17:12 +0000)
install and use 1.5dev. Not completely, but usable...

blocks/rss_client/block_rss_client.php
blocks/rss_client/block_rss_client_action.php

index 9b7166c582701ef16de8f664ab56decc67593227..7f2f084639351f5a1031341a9f48e2026f8aae1a 100644 (file)
@@ -22,7 +22,7 @@ class block_rss_client extends block_base {
     function get_content() {
         global $CFG, $editing;
 
-        require_once($CFG->dirroot .'/rss/templib.php');
+        require_once($CFG->dirroot .'/rss/rsslib.php');
 
         if($this->content !== NULL) {
             return $this->content;
index 07a9e9de73f6c9c24a5486c1a8168db020d37a21..1b6aae08c8be19a496890309a20f63ecf6a7f231 100644 (file)
@@ -2,7 +2,7 @@
 
     require_once('../../config.php');
     global $USER, $CFG;
-    require($CFG->dirroot .'/rss/templib.php');
+    require($CFG->dirroot .'/rss/rsslib.php');
     
     require_login();
     
     }
 
     print_footer();
-?>
\ No newline at end of file
+?>