Hi,
I try to create the container, but the forum was created.
However, when the line 97 was changed, the container was neatly created.
// $Id: forum.module,v 1.256 2005/05/31 21:14:26 unconed Exp $
$status = taxonomy_save_term($edit);
to
$status = taxonomy_save_term(&$edit);
Is this bug?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | forum_14.patch | 688 bytes | Uwe Hermann |
Comments
Comment #1
Uwe Hermann commentedConfirmed in HEAD. Patch attached.
Comment #2
chx commentedI have a complete solution for this -- and it's long deprecated to pass by reference.
Comment #3
DriesK commentedUntil chx's patch (http://drupal.org/node/29102) gets committed, this would be consistent with what's currently in HEAD:
Comment #4
Uwe Hermann commentedDuplicate of http://drupal.org/node/29102. DriesK, I'm fine with waiting for chx's patch to land; if you want another fix earlier, please change the status appropriately.