Last modified: 2010-05-15 15:48:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10774, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8774 - forget $wgRightsIcon=$wgStylePath... these days
forget $wgRightsIcon=$wgStylePath... these days
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.9.x
PC Linux
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-25 19:14 UTC by Dan Jacobson
Modified: 2010-05-15 15:48 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Jacobson 2007-01-25 19:14:36 UTC
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.
Comment 1 Brion Vibber 2007-01-26 09:38:28 UTC
Fixed in r19664 trunk, r19665 1.9.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links