r69613 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69612‎ | r69613 | r69614 >
Date:14:06, 20 July 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix typo
Modified paths:
  • /trunk/phase3/maintenance/addwiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/addwiki.php
@@ -151,7 +151,7 @@
152152
153153 $time = wfTimestamp( TS_RFC2822 );
154154 // These arguments need to be escaped twice: once for echo and once for at
155 - $escDbName = wfEscapeShellArg( wfEscapeShellArg( $dbname ) );
 155+ $escDbName = wfEscapeShellArg( wfEscapeShellArg( $dbName ) );
156156 $escTime = wfEscapeShellArg( wfEscapeShellArg( $time ) );
157157 $escUcsite = wfEscapeShellArg( wfEscapeShellArg( $ucsite ) );
158158 $escName = wfEscapeShellArg( wfEscapeShellArg( $name ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r696191.16wmf4: Merge addwiki.php tweaks from trunk: r69546, r69553, r69554, r69608...catrope15:04, 20 July 2010

Status & tagging log