diff options
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r-- | modules/taxonomy.module | 2 |
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; } |