NoLocalSettings: Pass an EmptyBagOStuff to TemplateParser
Bug: T278037 Change-Id: I874ccb2667b782b2cbbf8b829fdaf34cf334da06
This commit is contained in:
parent
efd780c31e
commit
ee0e5ebc01
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ if ( !function_exists( 'session_name' ) ) {
|
||||||
$installerStarted = ( $success && isset( $_SESSION['installData'] ) );
|
$installerStarted = ( $success && isset( $_SESSION['installData'] ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
$templateParser = new TemplateParser();
|
$templateParser = new TemplateParser( null, new EmptyBagOStuff() );
|
||||||
|
|
||||||
# Render error page if no LocalSettings file can be found
|
# Render error page if no LocalSettings file can be found
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue