MDL-38593 Merge code from /course/category.php into /course/index.php

This commit is contained in:
Marina Glancy
2013-04-09 12:21:05 +10:00
parent 422f68fb86
commit 30142c1905
11 changed files with 71 additions and 105 deletions
+1 -1
View File
@@ -6281,7 +6281,7 @@ class context_coursecat extends context {
* @return moodle_url
*/
public function get_url() {
return new moodle_url('/course/category.php', array('id'=>$this->_instanceid));
return new moodle_url('/course/index.php', array('categoryid' => $this->_instanceid));
}
/**