There are two variables assigned to messages that do not exist. They result in an e-notice.

Is not used:

'@language' => $language,

Should be changed

-      'edit_link' => "taxonomy/term/{$saved_term->nid}/edit",
+      'edit_link' => "taxonomy/term/{$saved_term->tid}/edit",

Comments

swirt created an issue. See original summary.

  • swirt committed 14e6b67 on 7.x-1.x
    Issue #2863074: Terms: Unused vars referenced.
    
swirt’s picture

Status: Active » Fixed

This has been fixed in the dev branch. Since it is not critical, it will go out with the next release but will not cause a release.

swirt’s picture

Status: Fixed » Closed (fixed)