Skip to content

Commit 5afd12a

Browse files
authored
Merge pull request dokuwiki#4392 from dokuwiki/bot/autofix
🤖 Automatic code style fixes
2 parents 592f47e + 6066822 commit 5afd12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/authldap/conf/metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
$meta['groupkey'] = array('string','_caution' => 'danger');
2222
$meta['debug'] = array('onoff','_caution' => 'security');
2323
$meta['modPass'] = array('onoff');
24-
$meta['modPassPlain']= array('onoff','_caution' => 'security');
24+
$meta['modPassPlain'] = array('onoff','_caution' => 'security');

0 commit comments

Comments
 (0)