- Fixed broken status message. Patch by Gerhard.
parent
dcc3e24188
commit
c91fff3dd3
|
@ -240,7 +240,7 @@ function taxonomy_save_term($edit) {
|
|||
|
||||
cache_clear_all();
|
||||
|
||||
drupal_set_message($status);
|
||||
drupal_set_message($message);
|
||||
return $edit;
|
||||
}
|
||||
|
||||
|
|
|
@ -240,7 +240,7 @@ function taxonomy_save_term($edit) {
|
|||
|
||||
cache_clear_all();
|
||||
|
||||
drupal_set_message($status);
|
||||
drupal_set_message($message);
|
||||
return $edit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue