Skip to content

Commit

Permalink
MDL-52386 auth_ldap: Typo fix for suspended user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 16, 2016
1 parent baa5361 commit c7f0479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/ldap/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ <h4><?php print_string('auth_sync_script', 'auth') ?></h4>
</tr>
<tr valign="top">
<td align="right">
<label for="menusyncs_uspended"><?php print_string('auth_sync_suspended_key', 'auth') ?></label>
<label for="menusync_suspended"><?php print_string('auth_sync_suspended_key', 'auth') ?></label>
</td>
<td>
<?php echo html_writer::select($yesno, 'sync_suspended', $config->sync_suspended, false); ?>
Expand Down

0 comments on commit c7f0479

Please sign in to comment.