[turba] Upgrade from 1.2.2 to 1.2.3
Patrick Boutilier
boutilpj at ednet.ns.ca
Tue Jan 4 11:22:06 PST 2005
Patrick Boutilier wrote:
> I upgraded to 1.2.3 yesterday using the patch method from 1.2.2 .
> Noticed this morning that distribution lists do not work properly in
> browse.php anymore.
>
> The link to edit the members of the distribution list is no longer
> there. Only a link to edit the properties of a distribution list.
> Anybody else do the upgrade and notice this?
Found a workaround, not sure how correct it is.
Change line 216 of turba/lib/Source.php from:
$list->insert(new Turba_Object($this, $attributes));
to:
$list->insert($this->getObject($attributes['__key']));
More information about the turba
mailing list