6 Jun
2006
6 Jun
'06
2:25 p.m.
User: jaza Branch: HEAD Date: Tue, 06 Jun 2006 12:25:41 +0000 Modified files: /modules/category/wrappers taxonomy.module.copyme Log message: #62540: fatal error on deletion of containers and categories. Apparently, taxonomy_get_vocabulary()'s return value now gets converted to an array before getting passed to hook_taxonomy. WhenTF did this happen, and whyTF? Anyway, the wrapper version now just returns an array directly, since none of the taxonomy code that uses the return val as an object exists in the wrapper. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/category/wrappers/...