Skip to content

Commit

Permalink
MDL-48697 libraries: Use proper path for core_completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal committed Dec 24, 2014
1 parent ae2a9c0 commit 870e0fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/component.php
Expand Up @@ -348,7 +348,7 @@ protected static function fetch_subsystems() {
'cache' => $CFG->dirroot.'/cache',
'calendar' => $CFG->dirroot.'/calendar',
'cohort' => $CFG->dirroot.'/cohort',
'completion' => null,
'completion' => $CFG->dirroot.'/completion',
'countries' => null,
'course' => $CFG->dirroot.'/course',
'currencies' => null,
Expand Down
4 changes: 4 additions & 0 deletions lib/upgrade.txt
@@ -1,6 +1,10 @@
This files describes API changes in core libraries and APIs,
information provided here is intended especially for developers.

=== 2.8.2 ===

* \core_component::fetch_subsystems() now returns a valid path for completion component instead of null.

=== 2.8 ===

* Gradebook grade category option "aggregatesubcats" has been removed completely.
Expand Down

0 comments on commit 870e0fb

Please sign in to comment.