0003-NODE_PUBLISED-in-previous-patches-i-commented-the-ne.patch 777 B

12345678910111213141516171819202122232425
  1. From 85251183d6ad5fadaa65154e33e1e8ac8ca7f9b0 Mon Sep 17 00:00:00 2001
  2. From: Bachir Soussi Chiadmi <bachir@g-u-i.net>
  3. Date: Fri, 7 Feb 2014 10:32:26 +0100
  4. Subject: [PATCH 3/4] NODE_PUBLISED : in previous patches i commented the next
  5. line, why ? maybe will have to do it again
  6. ---
  7. search_api.module | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/search_api.module b/search_api.module
  10. index 55bd54a..17f611a 100644
  11. --- a/search_api.module
  12. +++ b/search_api.module
  13. @@ -1994,6 +1994,7 @@ function _search_api_query_add_node_access($account, SearchApiQueryInterface $qu
  14. $query->filter($filter);
  15. }
  16. else {
  17. + // /!\ in previous patches i commented the next line, why ? maybe will have to do it again
  18. $query->condition('status', $published);
  19. }
  20. --
  21. 2.3.5