r79810 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79809‎ | r79810 | r79811 >
Date:06:33, 7 January 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Add missing return true; that was upsetting tesla! Will look for someone to blame in the morning
Modified paths:
  • /trunk/extensions/LabeledSectionTransclusion/lst.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LabeledSectionTransclusion/lst.php
@@ -49,6 +49,8 @@
5050 $parser->setFunctionHook( 'lst', array( __CLASS__, 'pfuncInclude' ) );
5151 $parser->setFunctionHook( 'lstx', array( __CLASS__, 'pfuncExclude' ) );
5252 }
 53+
 54+ return true;
5355 }
5456
5557 // / Add the magic words - possibly with more readable aliases

Follow-up revisions

RevisionCommit summaryAuthorDate
r798151.17: MFT r78327, r78560, r79131, r79708, r79713, r79725, r79758, r79759, r79...catrope13:55, 7 January 2011
r79816Followup r79815: merge r79810 for realcatrope13:56, 7 January 2011

Comments

#Comment by Reedy (talk | contribs)   06:38, 7 January 2011

Blamed Roan in r79578

Status & tagging log