MDL-53492 registration: Moodle.net is more correct than Moodle.org
This commit is contained in:
+1
-1
@@ -784,7 +784,7 @@ class core_admin_renderer extends plugin_renderer_base {
|
||||
|
||||
if (has_capability('moodle/site:config', context_system::instance())) {
|
||||
$registerbutton = $this->single_button(new moodle_url('/admin/registration/register.php',
|
||||
array('huburl' => HUB_MOODLEORGHUBURL, 'hubname' => 'Moodle.org')),
|
||||
array('huburl' => HUB_MOODLEORGHUBURL, 'hubname' => 'Moodle.net')),
|
||||
get_string('register', 'admin'));
|
||||
$str = 'registrationwarning';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user