r114499 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114498‎ | r114499 | r114500 >
Date:21:48, 26 March 2012
Author:yaron
Status:deferred
Tags:
Comment:
Fix for r93880 - added initialization of $propertyName
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormLinker.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormLinker.php
@@ -67,6 +67,7 @@
6868 foreach ( $data->getProperties() as $property ) {
6969 $propertyValues = $data->getPropertyValues( $property );
7070 foreach ( $propertyValues as $propertyValue ) {
 71+ $propertyName = null;
7172 $linkedPageName = null;
7273 if ( $propertyValue instanceof SMWDIWikiPage ) {
7374 $propertyName = $property->getKey();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93880Added support for SMW 1.6 if $sfgRedLinksCheckOnlyLocalProps = trueyaron12:31, 4 August 2011

Status & tagging log