diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-02-05 10:49:51 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-02-05 10:49:51 +0000 |
commit | c39aeb62f7e8dfb6ba6467beb2d9d6f97fd84959 (patch) | |
tree | 187c3b0b29a4baf4a6e23b053abf8a94ee62e085 /config | |
parent | 471fc27fc958b3495b92057c88eb4b8f75792f88 (diff) |
Aktualisierung auf MediaWiki 1.9.2
Diffstat (limited to 'config')
-rw-r--r-- | config/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/index.php b/config/index.php index 53e77d44..69394e69 100644 --- a/config/index.php +++ b/config/index.php @@ -551,7 +551,7 @@ if( $conf->License == "gfdl" ) { $conf->RightsUrl = "http://www.gnu.org/copyleft/fdl.html"; $conf->RightsText = "GNU Free Documentation License 1.2"; $conf->RightsCode = "gfdl"; - $conf->RightsIcon = '${wgStylePath}/common/images/gnu-fdl.png'; + $conf->RightsIcon = '${wgScriptPath}/skins/common/images/gnu-fdl.png'; } elseif( $conf->License == "none" ) { $conf->RightsUrl = $conf->RightsText = $conf->RightsCode = $conf->RightsIcon = ""; } else { |