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