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/page_manager/page_manager.module
297 297
 * Get the cached changes to a given task handler.
298 298
 */
299 299
function page_manager_get_page_cache($task_name) {
300
  $caches = drupal_static(__FUNCTION__, array());
300
  $caches = &drupal_static(__FUNCTION__, array());
301 301
  if (!isset($caches[$task_name])) {
302 302
    ctools_include('object-cache');
303 303
    $cache = ctools_object_cache_get('page_manager_page', $task_name);

Formats disponibles : Unified diff