Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f179a802
Commit
f179a802
authored
Jun 04, 2009
by
webchick
Browse files
#220233
follow-up by Berdir: Fix typo.
parent
deed842d
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/node/node.module
View file @
f179a802
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment