From 8782b861179ffe33ba7ad8de14bb7504682edd07 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Thu, 6 Oct 2011 17:00:18 +0000 Subject: [PATCH] Follow-up r68645: back out --email, still not used --- maintenance/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/install.php b/maintenance/install.php index 9531644e26..dba43400c3 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -40,7 +40,7 @@ class CommandLineInstaller extends Maintenance { $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', true ); $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true ); - $this->addOption( 'email', 'The email for the wiki administrator', false, true ); + /* $this->addOption( 'email', 'The email for the wiki administrator', false, true ); */ $this->addOption( 'scriptpath', 'The relative path of the wiki in the web server (/wiki)', false, true ); $this->addOption( 'lang', 'The language to use (en)', false, true ); -- 2.20.1