Line 341:
$query->join($join['table'], 't__' . $alias_count, 't__0' . $join['left_key'] . ' = ' . 't__' . $alias_count . '.' . $join['right_key']);
from export.inc should be
$query->join($join['table'], 't__' . $alias_count, 't__0.' . $join['left_key'] . ' = ' . 't__' . $alias_count . '.' . $join['right_key']);
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools_export_join_error.patch | 755 bytes | amateescu |
Comments
Comment #1
merlinofchaos commentedCommitted. We should doublecheck to see if this needs a backport to D6.
Comment #2
amateescu commented@merlinofchaos, I checked before posting the patch and it doesn't need a backport.