aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-08-18 13:58:04 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-08-18 13:58:04 +0000
commitf7d5cae644c1c39e508bee7c75c1b4bb9ebc62a8 (patch)
treed5338b036fcf984409802e928041738dc04b5f49
parentcac7ca9a5523d4adaa6d6d0a83a3721e543ca83f (diff)
downloadpmwiki.svn-f7d5cae644c1c39e508bee7c75c1b4bb9ebc62a8.tar.bz2
$EnableMergeLastMinorEdit set to 12 hours.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4779 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r--scripts/stdconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stdconfig.php b/scripts/stdconfig.php
index 3e73d647..058cd6a0 100644
--- a/scripts/stdconfig.php
+++ b/scripts/stdconfig.php
@@ -51,7 +51,7 @@ if (IsEnabled($EnableCommonEnhancements,0)) {
# Editing
SDV($EnablePreviewChanges, 1);
- SDV($EnableMergeLastMinorEdit, 1);
+ SDV($EnableMergeLastMinorEdit, 12*3600);
SDV($EnableListIncludedPages, 1);
SDV($EnablePmSyntax, 2);
SDV($EnableEditAutoText, 1);