mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
mnet: Replace hardcoded strings: MDL-8069
This commit is contained in:
parent
7d542ec91d
commit
5a3be3847e
5 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
if (!$site = get_site()) {
|
||||
admin_externalpage_print_header($adminroot);
|
||||
print_error('nosite', 'mnet', '', NULL, true);
|
||||
print_error('nosite', '', '', NULL, true);
|
||||
}
|
||||
|
||||
$trusted_hosts = '';//array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue