NoLocalSettings: Pass an EmptyBagOStuff to TemplateParser

Bug: T278037
Change-Id: I874ccb2667b782b2cbbf8b829fdaf34cf334da06
This commit is contained in:
Reedy 2021-11-03 16:59:04 +00:00
parent efd780c31e
commit ee0e5ebc01

View file

@ -44,7 +44,7 @@ if ( !function_exists( 'session_name' ) ) {
$installerStarted = ( $success && isset( $_SESSION['installData'] ) );
}
$templateParser = new TemplateParser();
$templateParser = new TemplateParser( null, new EmptyBagOStuff() );
# Render error page if no LocalSettings file can be found
try {