From: Max Semenik Date: Thu, 6 Oct 2011 17:00:18 +0000 (+0000) Subject: Follow-up r68645: back out --email, still not used X-Git-Tag: 1.31.0-rc.0~27225 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=8782b861179ffe33ba7ad8de14bb7504682edd07;p=lhc%2Fweb%2Fwiklou.git Follow-up r68645: back out --email, still not used --- 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 );