- Fixed broken status message. Patch by Gerhard.

4.4.x
Dries Buytaert 2003-12-05 06:32:48 +00:00
parent dcc3e24188
commit c91fff3dd3
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ function taxonomy_save_term($edit) {
cache_clear_all();
drupal_set_message($status);
drupal_set_message($message);
return $edit;
}

View File

@ -240,7 +240,7 @@ function taxonomy_save_term($edit) {
cache_clear_all();
drupal_set_message($status);
drupal_set_message($message);
return $edit;
}