mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-17853 fixed typo, thanks Nicolas Martignoni
This commit is contained in:
parent
1caea91efb
commit
4d6d912a77
@ -442,7 +442,7 @@ $string['unknowquestiontype'] = 'Unsupported question type $a';
|
||||
$string['unknowuploadaction'] = 'Error: Unknown upload action ($a)';
|
||||
$string['unsupportedevent'] = 'Unsupported event type';
|
||||
$string['unsupportedstate'] = 'Unsupported completion state';
|
||||
$string['usupportedwebserver'] = 'Web server software ($a) is not suported, sorry.';
|
||||
$string['unsupportedwebserver'] = 'Web server software ($a) is not suported, sorry.';
|
||||
$string['upgraderequires19'] = 'Error: New Moodle version was installed on server, unfortunately upgrade from the previous version is not supported.<br />Please upgrade first to latest 1.9.x release. You can also return to previous version by reinstalling original files.';
|
||||
$string['urlnotdefinerss'] = 'URL not defined for RSS feed';
|
||||
$string['userautherror'] = 'Unknown auth plugin';
|
||||
|
@ -150,7 +150,7 @@ function initialise_fullme() {
|
||||
$_SERVER['REQUEST_URI'] = $rurl['fullpath']; // extra IIS compatibility
|
||||
|
||||
} else {
|
||||
print_error('usupportedwebserver', 'error', '', $_SERVER['SERVER_SOFTWARE']);
|
||||
print_error('unsupportedwebserver', 'error', '', $_SERVER['SERVER_SOFTWARE']);
|
||||
}
|
||||
|
||||
if (strpos($rurl['path'], $url['path']) === 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user