Projet

Général

Profil

Révision b0dc3a2e

Ajouté par Julien Enselme il y a plus de 7 ans

Update to Drupal 7.52

Voir les différences:

drupal7/includes/module.inc
227 227
  drupal_static_reset('list_themes');
228 228
  cache_clear_all('bootstrap_modules', 'cache_bootstrap');
229 229
  cache_clear_all('system_list', 'cache_bootstrap');
230

  
231
  // Clean up the bootstrap file scan cache.
232
  drupal_static_reset('_drupal_file_scan_cache');
233
  cache_clear_all('_drupal_file_scan_cache', 'cache_bootstrap');
230 234
}
231 235

  
232 236
/**
......
936 940
 *
937 941
 * @return
938 942
 *   An array of return values of the hook implementations. If modules return
939
 *   arrays from their implementations, those are merged into one array.
943
 *   arrays from their implementations, those are merged into one array
944
 *   recursively. Note: integer keys in arrays will be lost, as the merge is
945
 *   done using array_merge_recursive().
940 946
 *
941 947
 * @see drupal_alter()
942 948
 */

Formats disponibles : Unified diff