http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99118

Revision: 99118
Author:   maxsem
Date:     2011-10-06 17:00:18 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Follow-up r68645: back out --email, still not used

Modified Paths:
--------------
    trunk/phase3/maintenance/install.php

Modified: trunk/phase3/maintenance/install.php
===================================================================
--- trunk/phase3/maintenance/install.php        2011-10-06 16:36:31 UTC (rev 
99117)
+++ trunk/phase3/maintenance/install.php        2011-10-06 17:00:18 UTC (rev 
99118)
@@ -40,7 +40,7 @@
 
                $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 );


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to