فهرست منبع

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

Bachir Soussi Chiadmi 11 سال پیش
والد
کامیت
85251183d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      search_api.module

+ 1 - 0
search_api.module

@@ -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);
   }