Closed (fixed)
Project:
Taxonomy Export
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2010 at 23:22 UTC
Updated:
7 Sep 2010 at 14:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
terrencewood commentedActually, may not be the machine name length after all, although the problem I'm having, I think, is related to not getting a match on the machine name.
In taxonomy_export.module $objects is expected to return a single item array and uses current($objects) to pop the item out into the $taxonomy_export variable. This patch sets the variable explicitly based on the $machine_name param.
Comment #2
terrencewood commentedChanging the issue name to reflect the bug
Comment #3
alexiswatson commentedReviewed and confirmed patch in #1, using the 2.x dev branch in PHP 5.3.
Comment #4
evNN commentedConfirmed patch #1 to be working. Using 2.x-dev on PHP 5.3 as well
Comment #5
James Andres commentedThanks! Committed to CVS DRUPAL-6--2.