From 5010fbbcf9ce3fde0717eb7256be71b9144bcc88 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 2 Jan 2009 11:23:47 +0000 Subject: [PATCH] (bug 12433) DefaultSettings.php $wgReadOnlyFile comment clarifications --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index badc0e6710..1cbd6be823 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -970,7 +970,7 @@ $wgSiteSupportPage = ''; # A page where you users can receive donations $wgReadOnly = null; /*** - * If this lock file exists, the wiki will be forced into read-only mode. + * If this lock file exists (size > 0), the wiki will be forced into read-only mode. * Its contents will be shown to users as part of the read-only warning * message. */ -- 2.20.1