mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Removed a PHP4 notice
This commit is contained in:
parent
29f4a60ffe
commit
438c5b8098
1 changed files with 1 additions and 1 deletions
|
@ -2089,7 +2089,7 @@ class admin_setting_special_debug extends admin_setting_configselect {
|
|||
E_PARSE => get_string('debugparse', 'admin'),
|
||||
E_NOTICE => get_string('debugnotice', 'admin'),
|
||||
E_ALL => get_string('debugall', 'admin'),
|
||||
E_STRICT => get_string('debugstrict', 'admin')
|
||||
2048 => get_string('debugstrict', 'admin') // E_STRICT is php5 only
|
||||
);
|
||||
parent::admin_setting_configselect($name, $visiblename, $description, '', $choices);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue