r64977 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64976‎ | r64977 | r64978 >
Date:20:38, 12 April 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix documentation introduced in r64403
Modified paths:
  • /trunk/phase3/includes/upload/UploadBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/upload/UploadBase.php
@@ -166,8 +166,8 @@
167167 /**
168168 * Append a file to the Repo file
169169 *
170 - * @param string $srcPath Path to source file
171 - * @param string $toAppendPath Path to the Repo file that will be appended to.
 170+ * @param $srcPath String: path to source file
 171+ * @param $toAppendPath String: path to the Repo file that will be appended to.
172172 * @return Status Status
173173 */
174174 protected function appendToUploadFile( $srcPath, $toAppendPath ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64403* Set $titleObj to null by default on getWatchlistValue since it often isn't ...mah19:10, 30 March 2010

Status & tagging log