Page MenuHomePhabricator

forget $wgRightsIcon=$wgStylePath... these days
Closed, ResolvedPublic

Description

In the LocalSettings.php generated by the config script, how is

$wgRightsIcon = "${wgStylePath}/common/images/gnu-fdl.png";

going to work, given that you forget to set $wgStylePath properly?

One now needs

$wgRightsIcon = "$wgScriptPath/skins/common/images/gnu-fdl.png";

if one intends to see the icon.


Version: 1.9.x
Severity: minor
OS: Linux
Platform: PC

Details

Reference
bz8774

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:32 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz8774.
bzimport added a subscriber: Unknown Object (MLST).

Fixed in r19664 trunk, r19665 1.9.