summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/taxonomy.module2
-rw-r--r--modules/taxonomy/taxonomy.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index aebdd1709..dc4c7d6d8 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -240,7 +240,7 @@ function taxonomy_save_term($edit) {
cache_clear_all();
- drupal_set_message($status);
+ drupal_set_message($message);
return $edit;
}
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index aebdd1709..dc4c7d6d8 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -240,7 +240,7 @@ function taxonomy_save_term($edit) {
cache_clear_all();
- drupal_set_message($status);
+ drupal_set_message($message);
return $edit;
}