mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-13 17:27:39 +00:00
Return registerInterface() per Ibdc1f4ef
Change-Id: Ib8d5776cc83ff34c68093c43146218c4a470939d
This commit is contained in:
parent
e188f32411
commit
9056a338cb
|
@ -6,7 +6,7 @@ class Scribunto_LuaTitleBlacklistLibrary extends Scribunto_LuaLibraryBase {
|
|||
'test' => array( $this, 'test' ),
|
||||
);
|
||||
|
||||
$this->getEngine()->registerInterface( __DIR__ . '/mw.ext.TitleBlacklist.lua', $lib, array() );
|
||||
return $this->getEngine()->registerInterface( __DIR__ . '/mw.ext.TitleBlacklist.lua', $lib, array() );
|
||||
}
|
||||
|
||||
public function test( $action = null, $title = null ) {
|
||||
|
|
Loading…
Reference in a new issue