From: moodler Date: Mon, 28 Aug 2006 06:57:40 +0000 (+0000) Subject: FIxed some file paths X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b2174cc86b6c5d7b5c34eb25778867b0eed13e1e;p=moodle.git FIxed some file paths --- diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index b36665d3bd..8387dcb31e 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -22,8 +22,8 @@ "yui_connection" => "/lib/yui/connection/connection.js", "ajaxcourse_blocks" => "/lib/ajax/block_classes.js", "ajaxcourse_sections" => "/lib/ajax/section-resource_classes.js", - "ajaxcourse_topic" => "/course/format/topicsajax/ajaxcourse-topics.js", - "ajaxcourse_week" => "/course/format/weeksajax/ajaxcourse-weeks.js" + "ajaxcourse_topic" => "/course/format/topics/ajaxcourse-topics.js", + "ajaxcourse_week" => "/course/format/weeks/ajaxcourse-weeks.js" ); @@ -76,4 +76,4 @@ } -?> \ No newline at end of file +?>