Posted by aalex on November 2, 2005 at 4:37pm
Jump to:
| Project: | Image |
| Version: | 6.x-1.x-dev |
| Component: | image.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
try this on line 713 of image.module, otherwise it gives an error:
$arr = array('name' => t('Image Galleries'), 'multiple' => '0', 'required' => '0', 'hierarchy' => '1', 'relations' => '0', 'module' => 'image', 'nodes' => array('image'))
$vocabulary = taxonomy_save_vocabulary($arr); // here: this is a variable containing an array, not the array itself.
Comments
#1
this has been fixed in recent versions.