Index: trunk/extensions/LabeledSectionTransclusion/lst.php |
— | — | @@ -49,6 +49,8 @@ |
50 | 50 | $parser->setFunctionHook( 'lst', array( __CLASS__, 'pfuncInclude' ) ); |
51 | 51 | $parser->setFunctionHook( 'lstx', array( __CLASS__, 'pfuncExclude' ) ); |
52 | 52 | } |
| 53 | + |
| 54 | + return true; |
53 | 55 | } |
54 | 56 | |
55 | 57 | // / Add the magic words - possibly with more readable aliases |