Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2005 at 16:37 UTC
Updated:
1 Jul 2007 at 01:49 UTC
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
Comment #1
drewish commentedthis has been fixed in recent versions.