upadted to 1.8
This commit is contained in:
@@ -60,7 +60,6 @@ function _search_api_rules_action_index(EntityDrupalWrapper $wrapper, SearchApiI
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if ($index) {
|
||||
$indexes = array($index);
|
||||
}
|
||||
@@ -77,7 +76,7 @@ function _search_api_rules_action_index(EntityDrupalWrapper $wrapper, SearchApiI
|
||||
}
|
||||
if ($index_immediately) {
|
||||
foreach ($indexes as $index) {
|
||||
$indexed = search_api_index_specific_items_delayed($index, $item_ids);
|
||||
search_api_index_specific_items_delayed($index, $item_ids);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user