summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Klinkovský <j.l.k@gmx.com>2016-07-14 13:48:27 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-07-20 09:14:11 +0200
commit2a42cb76964d1cc806c3e2bf10c7a7665db1f800 (patch)
treeecfafcee5ab02b4183d4bbbe4784f800e09c2b99
parent9a884e1ade06b8b116967c86a03aaf195871cb61 (diff)
LocalSettings: update path to license icon
The path was changed in MediaWiki 1.24, see https://www.mediawiki.org/wiki/Manual:$wgRightsIcon
-rw-r--r--LocalSettings.archlinux.org.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/LocalSettings.archlinux.org.php b/LocalSettings.archlinux.org.php
index 31f0d0aa..165f2bb1 100644
--- a/LocalSettings.archlinux.org.php
+++ b/LocalSettings.archlinux.org.php
@@ -51,7 +51,7 @@ $wgLogo = "$wgStylePath/archlinux/archlogo.png";
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "http://www.gnu.org/copyleft/fdl.html";
$wgRightsText = "GNU Free Documentation License 1.3 or later";
-$wgRightsIcon = "{$wgStylePath}/common/images/gnu-fdl.png";
+$wgRightsIcon = "$wgScriptPath/resources/assets/licenses/gnu-fdl.png";
# Query string length limit for ResourceLoader. You should only set this if
# your web server has a query string length limit (then set it to that limit),