Skip to content

Commit

Permalink
Merge branch 'wip-MDL-62138-master' of git://github.com/marinaglancy/…
Browse files Browse the repository at this point in the history
…moodle
  • Loading branch information
andrewnicols committed May 1, 2018
2 parents cb3cd93 + dde3d58 commit 39b17e9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.
41 changes: 0 additions & 41 deletions admin/registration/classes/privacy/provider.php

This file was deleted.

23 changes: 0 additions & 23 deletions lang/en/register.php

This file was deleted.

2 changes: 0 additions & 2 deletions lib/classes/component.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,8 @@ protected static function fetch_subsystems() {
'plugin' => null,
'portfolio' => $CFG->dirroot.'/portfolio',
'privacy' => $CFG->dirroot . '/privacy',
'publish' => $CFG->dirroot.'/course/publish',
'question' => $CFG->dirroot.'/question',
'rating' => $CFG->dirroot.'/rating',
'register' => $CFG->dirroot.'/'.$CFG->admin.'/registration', // Broken badly if $CFG->admin changed.
'repository' => $CFG->dirroot.'/repository',
'rss' => $CFG->dirroot.'/rss',
'role' => $CFG->dirroot.'/'.$CFG->admin.'/roles',
Expand Down
2 changes: 1 addition & 1 deletion lib/tests/component_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class core_component_testcase extends advanced_testcase {
* this is defined here to annoy devs that try to add more without any thinking,
* always verify that it does not collide with any existing add-on modules and subplugins!!!
*/
const SUBSYSTEMCOUNT = 68;
const SUBSYSTEMCOUNT = 66;

public function setUp() {
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');
Expand Down

0 comments on commit 39b17e9

Please sign in to comment.