From 394455be0d97351b62ac0a885c0517d7156d7dc2 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 8 Mar 2004 09:29:14 +0000 Subject: [PATCH] disabling database messages during install --- install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.php b/install.php index 50153e5400..3d9ebad57e 100644 --- a/install.php +++ b/install.php @@ -126,6 +126,8 @@ $rootpw=readconsole(); # Include rest of code to get things like internationalized messages. # +$wgUseDatabaseMessages = false; # no DB yet + include_once( "{$IP}/Setup.php" ); $wgTitle = Title::newFromText( "Installation script" ); -- 2.20.1