Index: trunk/extensions/SemanticForms/includes/SF_FormLinker.php |
— | — | @@ -67,6 +67,7 @@ |
68 | 68 | foreach ( $data->getProperties() as $property ) { |
69 | 69 | $propertyValues = $data->getPropertyValues( $property ); |
70 | 70 | foreach ( $propertyValues as $propertyValue ) { |
| 71 | + $propertyName = null; |
71 | 72 | $linkedPageName = null; |
72 | 73 | if ( $propertyValue instanceof SMWDIWikiPage ) { |
73 | 74 | $propertyName = $property->getKey(); |