Skip to content

Commit b95f198

Browse files
committed
Disable exporting meta data due to dokuwiki/dokuwiki#4305
1 parent 408dc3c commit b95f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokuwiki/conf/local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
$conf['authtype'] = 'phpcvs';
1414
$conf['superuser'] = '@admin';
1515
$conf['manager'] = '@phpcvs';
16-
$conf['disableactions'] = 'profile';
16+
$conf['disableactions'] = 'profile,export_metadata';
1717
$conf['subscribers'] = 1;
1818
$conf['registernotify'] = '[email protected]';
1919
$conf['mailfrom'] = '[email protected]';

0 commit comments

Comments
 (0)