Return registerInterface() per Ibdc1f4ef

Change-Id: Ib8d5776cc83ff34c68093c43146218c4a470939d
This commit is contained in:
Jackmcbarn 2014-10-03 10:49:28 -04:00
parent e188f32411
commit 9056a338cb

View file

@ -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 ) {