Lewis Cawte has uploaded a new change for review.
https://gerrit.wikimedia.org/r/83373
Change subject: Add missing commas.
......................................................................
Add missing commas.
Change-Id: I707189e90d59a1d178ca851e5532168337c87b6a
---
M RandomUsersWithAvatars.php
1 file changed, 2 insertions(+), 2 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/RandomUsersWithAvatars
refs/changes/73/83373/1
diff --git a/RandomUsersWithAvatars.php b/RandomUsersWithAvatars.php
index c6a24b5..ffcd135 100644
--- a/RandomUsersWithAvatars.php
+++ b/RandomUsersWithAvatars.php
@@ -37,8 +37,8 @@
$wgResourceModules['ext.randomuserswithavatars'] = array(
'styles' => 'ext.randomuserswithavatars.css',
'localBasePath' => dirname(__FILE__),
- 'remoteExtPath' => 'RandomUsersWithAvatars'
- 'position' => 'top'
+ 'remoteExtPath' => 'RandomUsersWithAvatars',
+ 'position' => 'top',
);
$wgHooks['ParserFirstCallInit'][] = 'wfRandomUsersWithAvatars';
--
To view, visit https://gerrit.wikimedia.org/r/83373
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I707189e90d59a1d178ca851e5532168337c87b6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RandomUsersWithAvatars
Gerrit-Branch: master
Gerrit-Owner: Lewis Cawte <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits