mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
fixed default values in apply_default_exception_settings(); several values in lib/default.php are wrong, but I guess we do not need to fix them because it as replaced by the new administration framowork ;-)
This commit is contained in:
parent
3a25fa7286
commit
dd04ab499e
@ -162,12 +162,12 @@
|
||||
'auth' => 'email',
|
||||
'auth_pop3mailbox' => 'INBOX',
|
||||
'changepassword' => '',
|
||||
'enrol' => 'internal',
|
||||
'enrol' => 'manual',
|
||||
'enrol_plugins_enabled' => 'manual',
|
||||
'frontpage' => 1,
|
||||
'guestloginbutton' => 1,
|
||||
'style' => 'default',
|
||||
'template' => 'default',
|
||||
'textfilters' => 'mod/glossary/dynalink.php',
|
||||
'theme' => 'standardwhite'));
|
||||
|
||||
notify($strdatabasesuccess, "green");
|
||||
|
@ -35,7 +35,7 @@
|
||||
'enablerssfeeds' => 0,
|
||||
'enablestats' => 0,
|
||||
'enabletrusttext' => 0,
|
||||
'enrol' => 'internal',
|
||||
'enrol' => 'internal',//wrong
|
||||
'extendedusernamechars' => false,
|
||||
'editorbackgroundcolor' => '#ffffff',
|
||||
'editorfontfamily' => 'Trebuchet MS,Verdana,Arial,Helvetica,sans-serif',
|
||||
@ -106,7 +106,7 @@
|
||||
'tabselectedtofront' => false,
|
||||
'teacherassignteachers' => true,
|
||||
'template' => 'default',
|
||||
'textfilters' => 'mod/glossary/dynalink.php',
|
||||
'textfilters' => 'mod/glossary/dynalink.php',//wrong
|
||||
'theme' => 'standardwhite',
|
||||
'themelist' => '',
|
||||
'timezone' => 99,
|
||||
|
Loading…
x
Reference in New Issue
Block a user