summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module2
1 files changed, 1 insertions, 1 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;
}