--- sites/all/modules/community_tags/community_tags.module	2010-06-19 12:04:49.000000000 -0700
+++ sites/all/modules/community_tags/community_tagsNew.module	2010-06-24 12:49:53.000000000 -0700
@@ -254,7 +254,7 @@ function community_tags_vids_for_node($n
  * Implementation of hook_perm().
  */
 function community_tags_perm() {
-  return array('tag content', 'edit own tags', 'delete all tags');
+  return array('tag content', 'edit own tags', 'delete own tag', 'delete all tags');
 }
 
 /**
