Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php |
— | — | @@ -45,9 +45,9 @@ |
46 | 46 | if ($property != '') { |
47 | 47 | $data = sffGetAllPagesForProperty_1_2($property, $substr); |
48 | 48 | } elseif ($relation != '') { |
49 | | - $data = sffGetAllPagesForProperty_0_7(true, $relation, $substr); |
| 49 | + $data = sffGetAllPagesForProperty_orig(true, $relation, $substr); |
50 | 50 | } elseif ($attribute != '') { |
51 | | - $data = sffGetAllPagesForProperty_0_7(false, $attribute, $substr); |
| 51 | + $data = sffGetAllPagesForProperty_orig(false, $attribute, $substr); |
52 | 52 | } elseif ($category != '') { |
53 | 53 | $data = sffGetAllPagesForCategory($category, 3, $substr); |
54 | 54 | } elseif ($namespace != '') { |