r62824 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62823‎ | r62824 | r62825 >
Date:12:24, 22 February 2010
Author:demon
Status:ok
Tags:
Comment:
(bug 22617), FileRepo::append() definition does not match child, change it to be like all the children
Modified paths:
  • /trunk/phase3/includes/filerepo/FileRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/FileRepo.php
@@ -406,7 +406,7 @@
407407 * that the source file should be deleted if possible
408408 * @return mixed Status or false
409409 */
410 - abstract function append( $srcPath, $toAppendPath, $flags );
 410+ abstract function append( $srcPath, $toAppendPath, $flags = 0 );
411411
412412 /**
413413 * Remove a temporary file or mark it for garbage collection

Follow-up revisions

RevisionCommit summaryAuthorDate
r62825(bug 22617), FileRepo::append() definition does not match child, change it to...demon12:25, 22 February 2010

Status & tagging log