Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | $this->dieUsage("The substring must be specified", 'param_substr'); |
39 | 39 | } |
40 | 40 | if ($property != '') { |
41 | | - $data = sffGetAllPagesForProperty_1_0($property, $substr); |
| 41 | + $data = sffGetAllPagesForProperty_1_2($property, $substr); |
42 | 42 | } elseif ($relation != '') { |
43 | 43 | $data = sffGetAllPagesForProperty_0_7(true, $relation, $substr); |
44 | 44 | } elseif ($attribute != '') { |