r112730 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112729‎ | r112730 | r112731 >
Date:21:44, 29 February 2012
Author:yaron
Status:deferred
Tags:
Comment:
Fix for r112729
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_Templates.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_Templates.php
@@ -108,6 +108,7 @@
109109 if ( $locationOfPipe !== false ) {
110110 $categoryName = substr( $categoryName, 0, $locationOfPipe );
111111 }
 112+ return $categoryName;
112113 }
113114 return "";
114115 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112729Fixed display of category name if it was declare in the template with an alia...yaron21:42, 29 February 2012