mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-45061' of git://github.com/jleyva/moodle
This commit is contained in:
commit
1891dba68f
@ -30,7 +30,7 @@ if ($ADMIN->fulltree) {
|
||||
get_string('configairnotifierurl', 'message_airnotifier'), 'https://messages.moodle.net', PARAM_URL));
|
||||
$settings->add(new admin_setting_configtext('airnotifierport',
|
||||
get_string('airnotifierport', 'message_airnotifier'),
|
||||
get_string('configairnotifierport', 'message_airnotifier'), '80', PARAM_INT));
|
||||
get_string('configairnotifierport', 'message_airnotifier'), 443, PARAM_INT));
|
||||
$settings->add(new admin_setting_configtext('airnotifiermobileappname',
|
||||
get_string('airnotifiermobileappname', 'message_airnotifier'),
|
||||
get_string('configairnotifiermobileappname', 'message_airnotifier'), 'com.moodle.moodlemobile', PARAM_TEXT));
|
||||
|
Loading…
x
Reference in New Issue
Block a user