NODE_PUBLISED : in previous patches i commented the next line, why ? maybe will have to do it again

This commit is contained in:
Bachir Soussi Chiadmi 2014-02-07 10:32:26 +01:00
parent 54ee5c7b3a
commit 85251183d6

View File

@ -1994,6 +1994,7 @@ function _search_api_query_add_node_access($account, SearchApiQueryInterface $qu
$query->filter($filter);
}
else {
// /!\ in previous patches i commented the next line, why ? maybe will have to do it again
$query->condition('status', $published);
}