From f179a802367e561d6c9675f79a48fa98d1b2620d Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Thu, 4 Jun 2009 19:03:29 +0000 Subject: [PATCH] #220233 follow-up by Berdir: Fix typo. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/node/node.module b/modules/node/node.module index eaa5cf50447a..dee045a9e3fd 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -689,7 +689,7 @@ function node_type_update_nodes($old_type, $type) { * */ function _node_types_build() { - $_node_types = drupal_static(__FUNCTION__); + $_node_types = &drupal_static(__FUNCTION__); if (is_object($_node_types)) { return $_node_types; } -- GitLab