diff --git a/core/profiles/standard/standard.install b/core/profiles/standard/standard.install index c7f52b7..c437e02 100644 --- a/core/profiles/standard/standard.install +++ b/core/profiles/standard/standard.install @@ -216,7 +216,7 @@ function standard_install() { $type = node_type_set_defaults($type); node_type_save($type); node_add_body_field($type); - path_add_default_field_instance('node', $type['type']); + path_add_default_field_instance('node', $type->type); } // Insert default pre-defined RDF mapping into the database.