summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-05 06:32:48 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-05 06:32:48 +0000
commitc91fff3dd3af8c789f848758cd535a26eaafb36e (patch)
treec81f48790fa11807df1a52b2f63c8b8e1de7ab35
parentdcc3e2418833f75c59eacf86b907255830cc832d (diff)
downloadbrdo-c91fff3dd3af8c789f848758cd535a26eaafb36e.tar.gz
brdo-c91fff3dd3af8c789f848758cd535a26eaafb36e.tar.bz2
- Fixed broken status message. Patch by Gerhard.
-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;
}