Projet

Général

Profil

Révision 219d19c4

Ajouté par Assos Assos il y a plus de 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/content_types/block/block.inc
352 352
  // The title of custom blocks from the block module is stored in the
353 353
  // {block} table. Look for it in the default theme as a reasonable
354 354
  // default value for the title.
355
  $block_info_cache = drupal_static(__FUNCTION__);
355
  $block_info_cache = &drupal_static(__FUNCTION__);
356 356
  if (!isset($block_info_cache)) {
357 357
    $block_info_cache = db_select('block', 'b')
358 358
      ->fields('b')

Formats disponibles : Unified diff