From 0abf0cc83cdfab63f55fa5feea12180753fbcdd5 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 29 Sep 2011 22:10:06 +0000 Subject: [PATCH] Fix comment syntax error from r98467 --- includes/DefaultSettings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1f8c17e8d1..0ecf9e0d0d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3003,8 +3003,7 @@ $wgPreprocessorCacheThreshold = 1000; $wgEnableScaryTranscluding = false; /** - * (see next option $wgGlobalDatabase). - */ + * (see next option $wgGlobalDatabase). */ $wgTranscludeCacheExpiry = 3600; -- 2.20.1