r113397 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113396‎ | r113397 | r113398 >
Date:20:27, 8 March 2012
Author:yaron
Status:ok
Tags:
Comment:
Fix for r103025 - removed apparently-unnecessary "&" for function call
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
@@ -986,7 +986,7 @@
987987 */
988988 public static function getFormCache() {
989989 global $sfgFormCacheType, $wgParserCacheType;
990 - $ret = & wfGetCache( ( $sfgFormCacheType !== null ) ? $sfgFormCacheType : $wgParserCacheType );
 990+ $ret = wfGetCache( ( $sfgFormCacheType !== null ) ? $sfgFormCacheType : $wgParserCacheType );
991991 return $ret;
992992 }
993993

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103025separate cache settings for form datafoxtrott20:44, 14 November 2011

Status & tagging log