jenkins-bot has submitted this change and it was merged.
Change subject: Style improvements in Scribunto_LuaWikibaseLibrary
......................................................................
Style improvements in Scribunto_LuaWikibaseLibrary
Change-Id: If5d29bed24b80eccb859f646baa5527840ae18be
---
M client/includes/scribunto/Scribunto_LuaWikibaseLibrary.php
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Addshore: Looks good to me, approved
jenkins-bot: Verified
diff --git a/client/includes/scribunto/Scribunto_LuaWikibaseLibrary.php
b/client/includes/scribunto/Scribunto_LuaWikibaseLibrary.php
index 007d5ef..2d7c373 100644
--- a/client/includes/scribunto/Scribunto_LuaWikibaseLibrary.php
+++ b/client/includes/scribunto/Scribunto_LuaWikibaseLibrary.php
@@ -46,7 +46,12 @@
* @since 0.4
*/
public function register() {
- $lib = array( 'getEntity' => array( $this, 'getEntity' ),
'getEntityId' => array( $this, 'getEntityId' ), 'getGlobalSiteId' => array(
$this, 'getGlobalSiteId' ) );
+ $lib = array(
+ 'getEntity' => array( $this, 'getEntity' ),
+ 'getEntityId' => array( $this, 'getEntityId' ),
+ 'getGlobalSiteId' => array( $this, 'getGlobalSiteId' )
+ );
+
$this->getEngine()->registerInterface( dirname( __FILE__ ) .
'/mw.wikibase.lua', $lib, array() );
}
--
To view, visit https://gerrit.wikimedia.org/r/101190
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If5d29bed24b80eccb859f646baa5527840ae18be
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits