Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c846111
)
MDL-12689 auth_cas: Default to English
author
David Monllao
<david.monllao@gmail.com>
Thu, 6 Apr 2017 09:20:22 +0000
(11:20 +0200)
committer
David Monllao
<david.monllao@gmail.com>
Thu, 6 Apr 2017 09:20:22 +0000
(11:20 +0200)
auth/cas/settings.php
patch
|
blob
|
blame
|
history
diff --git
a/auth/cas/settings.php
b/auth/cas/settings.php
index
69a7956
..
961c8d2
100644
(file)
--- a/
auth/cas/settings.php
+++ b/
auth/cas/settings.php
@@
-78,7
+78,7
@@
if ($ADMIN->fulltree) {
}
$settings->add(new admin_setting_configselect('auth_cas/language',
new lang_string('auth_cas_language_key', 'auth_cas'),
- new lang_string('auth_cas_language', 'auth_cas'),
''
, $CASLANGUAGES));
+ new lang_string('auth_cas_language', 'auth_cas'),
PHPCAS_LANG_ENGLISH
, $CASLANGUAGES));
// Proxy.
$yesno = array(