Downloads
Download tar.gz
14.88 KB
MD5: a7be91252d652408206295c906c45364
SHA-1: 7e812299da396435785707013b2c87bbeaac622e
SHA-256: 79bc854245aa7d7c9c38216445667547b8a8f83ac688fc852c97ec1b463529f7
Download zip
15.43 KB
MD5: 6d02550b5ce8b59f3a81d88f6187168e
SHA-1: 571b2103cd274b855c843d57970c0d8f0fb21524
SHA-256: dea6e757d2142d57cf37998743e4555bc5e92934dc76f4f56d242e79c3cea73e
Release notes
Fixed some problems with the way taxonomy_timer performs hook_form_alter().
We were getting stuck when CCK pages tried to edit the field lists for content types. CCK loads up the node form for its types, and taxonomy_timer was firing off a "store tt_defaults" call. This didn't work because when CCK was loading the form, $form['#node']['nid'] wasn't set yet.
This update fixes that problem.