mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Remove unnecessary redefinition
In I019c24d1, an unnecessary variable redefinition was added to Scribunto_LuaModule, which this removes. Change-Id: Ib0232a5adcd9ad7ea5c0f4413ba06c42b5506d7b
This commit is contained in:
parent
6608c06c0d
commit
553744ab5a
|
@ -805,11 +805,6 @@ abstract class Scribunto_LuaEngine extends ScribuntoEngineBase {
|
|||
}
|
||||
|
||||
class Scribunto_LuaModule extends ScribuntoModuleBase {
|
||||
/**
|
||||
* @var Scribunto_LuaEngine
|
||||
*/
|
||||
protected $engine;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue