diff --git a/oa_worktracker.install b/oa_worktracker.install
index ec62766..9edf123 100644
--- a/oa_worktracker.install
+++ b/oa_worktracker.install
@@ -9,7 +9,6 @@
  * Adds the 'Tasks Section' term to the 'section_type' vocabulary.
  */
 function oa_worktracker_install_section_type() {
-  taxonomy_term_save($term);
   $params = array(
     'description' => 'Allows users to create <em>Tasks</em>.',
     'node_options' => array(
diff --git a/oa_worktracker.strongarm.inc b/oa_worktracker.strongarm.inc
index 8c0393f..3e6a51f 100644
--- a/oa_worktracker.strongarm.inc
+++ b/oa_worktracker.strongarm.inc
@@ -366,7 +366,7 @@ function oa_worktracker_strongarm() {
   $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
   $strongarm->api_version = 1;
   $strongarm->name = 'node_preview_oa_worktracker_task';
-  $strongarm->value = '1';
+  $strongarm->value = '0';
   $export['node_preview_oa_worktracker_task'] = $strongarm;
 
   $strongarm = new stdClass();
