--- acidfree/acidfree.module.orig 2008-12-15 16:48:04.000000000 +0100 +++ acidfree/acidfree.module 2009-07-09 11:15:18.353707092 +0200 @@ -1880,7 +1880,7 @@ $types = array(); $acidfree_types = acidfree_get_type_info(); foreach ($acidfree_types as $type) { - if (user_access($type->create)) { + if (user_access($type->access)) { $types[] = $type->class; } }