RightsIcon text was broken when included in "" during later processing
authorJens Frank <jeluf@users.mediawiki.org>
Wed, 30 Jun 2004 18:27:26 +0000 (18:27 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Wed, 30 Jun 2004 18:27:26 +0000 (18:27 +0000)
config/index.php

index cba3508..462f63d 100644 (file)
@@ -317,7 +317,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."/images/gnu-fdl.png"';
+       $conf->RightsIcon = '${wgStylePath}/images/gnu-fdl.png';
 } elseif( $conf->License == "none" ) {
        $conf->RightsUrl = $conf->RightsText = $conf->RightsCode = $conf->RightsIcon = "";
 } else {