diff --git a/publish_button.module b/publish_button.module
index cc61974..3f4f66b 100644
--- a/publish_button.module
+++ b/publish_button.module
@@ -164,7 +164,7 @@ function publish_button_permission() {
   foreach (node_type_get_types() as $type) {
     // First we need to check if there are a publish button for the content
     // type.
-    if (variable_get('publish_button_content_type_' . $type->type, TRUE)) {
+    if (variable_get('publish_button_content_type_' . $type->type, FALSE)) {
       // And if there is, go through the content types that have the button
       // and create permissions for them.
       if (isset($type->type)) {
