GICodeWarrior has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53044


Change subject: Use $wgExtensionAssetsPath instead of 
{$wgScriptPath}/extensions.
......................................................................

Use $wgExtensionAssetsPath instead of {$wgScriptPath}/extensions.

Change-Id: If8167d47dac09e819a8740e749ba97c4871fda80
See: http://www.mediawiki.org/wiki/Manual:$wgExtensionAssetsPath
---
M OpenID.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OpenID 
refs/changes/44/53044/1

diff --git a/OpenID.php b/OpenID.php
index 4e9bf3e..4681753 100644
--- a/OpenID.php
+++ b/OpenID.php
@@ -46,7 +46,7 @@
  * Location of the OpenID login logo. You can copy this to your server if you
  * want.
  */
-$wgOpenIDLoginLogoUrl = $wgScriptPath . 
'/extensions/OpenID/skin/icons/openid-inputicon.png';
+$wgOpenIDLoginLogoUrl = $wgExtensionAssetsPath . 
'/OpenID/skin/icons/openid-inputicon.png';
 
 /**
  * Whether to show the OpenID identity URL on a user's home page. Possible

-- 
To view, visit https://gerrit.wikimedia.org/r/53044
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8167d47dac09e819a8740e749ba97c4871fda80
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OpenID
Gerrit-Branch: master
Gerrit-Owner: GICodeWarrior <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to