Lewis Cawte has submitted this change and it was merged.

Change subject: Add missing commas.
......................................................................


Add missing commas.

Change-Id: I707189e90d59a1d178ca851e5532168337c87b6a
---
M RandomUsersWithAvatars.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Lewis Cawte: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I707189e90d59a1d178ca851e5532168337c87b6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RandomUsersWithAvatars
Gerrit-Branch: master
Gerrit-Owner: Lewis Cawte <le...@lewiscawte.me>
Gerrit-Reviewer: Lewis Cawte <le...@lewiscawte.me>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to