summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-04 19:03:29 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-04 19:03:29 +0000
commitf179a802367e561d6c9675f79a48fa98d1b2620d (patch)
tree11ba48c00cb4934d4f428a775d925a35112a00ac /modules/node
parentdeed842de5eba71362c1f5a27c96936f532fbad6 (diff)
downloadbrdo-f179a802367e561d6c9675f79a48fa98d1b2620d.tar.gz
brdo-f179a802367e561d6c9675f79a48fa98d1b2620d.tar.bz2
#220233 follow-up by Berdir: Fix typo.
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index eaa5cf504..dee045a9e 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;
}