Index: branches/REL1_16/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -406,7 +406,7 @@ |
407 | 407 | * that the source file should be deleted if possible |
408 | 408 | * @return mixed Status or false |
409 | 409 | */ |
410 | | - abstract function append( $srcPath, $toAppendPath, $flags ); |
| 410 | + abstract function append( $srcPath, $toAppendPath, $flags = 0 ); |
411 | 411 | |
412 | 412 | /** |
413 | 413 | * Remove a temporary file or mark it for garbage collection |