upadted to 1.8

This commit is contained in:
Bachir Soussi Chiadmi
2013-09-26 15:49:26 +02:00
parent e0ae80791b
commit 128640cd15
52 changed files with 2604 additions and 1015 deletions
+1 -2
View File
@@ -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 {