diff options
author | Andreas Gohr <andi@splitbrain.org> | 2025-01-09 18:57:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 18:57:50 +0100 |
commit | 5afd12a8fd788598d26d63cc1b6706c7918d2e3c (patch) | |
tree | 5e53d0a12f162481202fe59eb00bdc5c6e6b5970 | |
parent | 592f47e744de18d0a324798b9f295d68ae46b1a6 (diff) | |
parent | 6066822340494b16ef69f77917501bfd36d9a8cf (diff) | |
download | dokuwiki-5afd12a8fd788598d26d63cc1b6706c7918d2e3c.tar.gz dokuwiki-5afd12a8fd788598d26d63cc1b6706c7918d2e3c.zip |
Merge pull request #4392 from dokuwiki/bot/autofix
🤖 Automatic code style fixes
-rw-r--r-- | lib/plugins/authldap/conf/metadata.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authldap/conf/metadata.php b/lib/plugins/authldap/conf/metadata.php index 66ace90ef..4f29efb50 100644 --- a/lib/plugins/authldap/conf/metadata.php +++ b/lib/plugins/authldap/conf/metadata.php @@ -21,4 +21,4 @@ $meta['userkey'] = array('string','_caution' => 'danger'); $meta['groupkey'] = array('string','_caution' => 'danger'); $meta['debug'] = array('onoff','_caution' => 'security'); $meta['modPass'] = array('onoff'); -$meta['modPassPlain']= array('onoff','_caution' => 'security'); +$meta['modPassPlain'] = array('onoff','_caution' => 'security'); |