installer: Fix 5th param to sourceFile() in DatabaseUpdater
Bug: T293044 Change-Id: I594e2920b77735756022f4ecbf730e0c5b190471
This commit is contained in:
parent
97661702dc
commit
62bc788c9b
1 changed files with 3 additions and 1 deletions
|
|
@ -645,7 +645,9 @@ abstract class DatabaseUpdater {
|
|||
null,
|
||||
null,
|
||||
__METHOD__,
|
||||
[ $this, 'appendLine' ]
|
||||
function ( $line ) {
|
||||
return $this->appendLine( $line );
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue