Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_SetRecurringEvent.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | return null; |
35 | 35 | } |
36 | 36 | |
37 | | - list( $property, $all_date_strings, $unused_params ) = $results; |
| 37 | + list( $property_name, $all_date_strings, $unused_params ) = $results; |
38 | 38 | |
39 | 39 | // Do the actual saving of the data. |
40 | 40 | foreach ( $all_date_strings as $date_str ) { |