r62825 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62824‎ | r62825 | r62826 >
Date:12:25, 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:
  • /branches/REL1_16/phase3/includes/filerepo/FileRepo.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/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

Past revisions this follows-up on

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

Status & tagging log