mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Merge branch 'MDL-83259' of https://github.com/paulholden/moodle
This commit is contained in:
commit
0bb97d657b
3 changed files with 6 additions and 3 deletions
|
@ -196,6 +196,8 @@ $string['type_repository'] = 'Repository';
|
|||
$string['type_repository_plural'] = 'Repositories';
|
||||
$string['type_search'] = 'Search engine';
|
||||
$string['type_search_plural'] = 'Search engines';
|
||||
$string['type_smsgateway'] = 'SMS gateway';
|
||||
$string['type_smsgateway_plural'] = 'SMS gateways';
|
||||
$string['type_theme'] = 'Theme';
|
||||
$string['type_theme_plural'] = 'Themes';
|
||||
$string['type_tool'] = 'Admin tool';
|
||||
|
|
|
@ -70,9 +70,7 @@ class smsgateway extends base {
|
|||
|
||||
#[\Override]
|
||||
public static function get_manage_url(): moodle_url {
|
||||
return new \moodle_url('/admin/settings.php', [
|
||||
'section' => 'smsgateway',
|
||||
]);
|
||||
return new moodle_url('/sms/sms_gateways.php');
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
|
|
|
@ -488,6 +488,9 @@
|
|||
"simpledb",
|
||||
"solr"
|
||||
],
|
||||
"smsgateway": [
|
||||
"aws"
|
||||
],
|
||||
"theme": [
|
||||
"boost",
|
||||
"classic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue