--- workspace.module-old	2006-02-27 18:22:39.055878712 +0000
+++ workspace.module	2006-02-27 18:20:10.216505736 +0000
@@ -319,7 +319,7 @@
   $select = t('Select...');
   $options = array($select => $select);
   foreach (node_get_types() as $type => $name) {
-    if (node_access('create', $type, $user->uid)) {
+    if(module_invoke(node_get_base($type), 'access', 'create', $type)) {
       $options[$type] = $name;
     }
   }
