diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-05 06:32:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-05 06:32:48 +0000 |
commit | c91fff3dd3af8c789f848758cd535a26eaafb36e (patch) | |
tree | c81f48790fa11807df1a52b2f63c8b8e1de7ab35 /modules | |
parent | dcc3e2418833f75c59eacf86b907255830cc832d (diff) | |
download | brdo-c91fff3dd3af8c789f848758cd535a26eaafb36e.tar.gz brdo-c91fff3dd3af8c789f848758cd535a26eaafb36e.tar.bz2 |
- Fixed broken status message. Patch by Gerhard.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy.module | 2 | ||||
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
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; } |