MDL-46317 admin: minor coding style fixes

This commit is contained in:
Shamim Rezaie
2019-08-12 14:44:12 +10:00
parent 7a8dd5664f
commit 9175a97822
2 changed files with 24 additions and 2 deletions
-1
View File
@@ -8611,7 +8611,6 @@ function admin_search_settings_html($query) {
$data = $adminroot->errors[$fullname]->data;
} else {
$data = $setting->get_setting();
$data = $setting->get_setting();
// do not use defaults if settings not available - upgradesettings handles the defaults!
}
$sectionsettings[] = $setting->output_html($data, $query);