--- workspace.module.org 2008-07-02 10:52:48.000000000 +0100 +++ workspace.module 2008-07-02 16:52:16.000000000 +0100 @@ -326,7 +326,7 @@ $select = t('Select...'); $options = array($select => $select); foreach (node_get_types() as $type => $typeobject) { - if (module_invoke(node_get_types('module', $type), 'access', 'create', $type)) { + if (module_invoke(node_get_types('module', $type), 'access', 'create', $type, $user)) { $options[$type] = $typeobject->name; } }