Skip to content
Snippets Groups Projects
Commit 354a36e0 authored by Alexander Bias's avatar Alexander Bias
Browse files

Make codechecker happy

parent 4228cf63
Branches
Tags
No related merge requests found
......@@ -27,7 +27,8 @@ defined('MOODLE_INTERNAL') || die;
if ($ADMIN->fulltree) {
if (!function_exists('ldap_connect')) {
$settings->add(new admin_setting_heading('auth_ldap_syncplus_noextension', '', get_string('auth_ldap_noextension', 'auth_ldap')));
$settings->add(new admin_setting_heading('auth_ldap_syncplus_noextension', '',
get_string('auth_ldap_noextension', 'auth_ldap')));
} else {
// We use a couple of custom admin settings since we need to massage the data before it is inserted into the DB.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment