Page MenuHomePhabricator

1.43.1 LocalSettings.php logo/icon section displayed incorrectly
Open, Needs TriagePublicBUG REPORT

Description

What happens?:

Hello, in the latest version 1.43.1, the LocalSettings.php file in this section

## The URL paths to the logo. Make sure you change this from the default,

## or else you'll overwrite your logo when you upgrade!

$wgLogos = [
	'1x' => "$wgResourceBasePath/resources/assets/change-your-logo.svg",
	'icon' => "$wgResourceBasePath/resources/assets/change-your-logo.svg",
];

is displayed incorrectly, with the passage enclosed in square brackets, which prevents the favicon from displaying.

What should have happened instead?:

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

Aklapper renamed this task from LocalSettings.php of 1.43.1 to 1.43.1 LocalSettings.php logo/icon section displayed incorrectly.Apr 11 2025, 11:47 AM
This comment was removed by Abrape.