Active
Project:
Subdomain
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2011 at 07:44 UTC
Updated:
20 Sep 2011 at 07:44 UTC
I'm using subdomain module for groups, the subdomain name is supplied by the user from edit form. Everything works fine.
But if you load node(group with subdomain) from some code with node_load() and then save it (even without any changes) with node_save(), the subdomain for this node will be dropped from table.
The problem is, on my opinion, that in $node object there no parameter related to the subdomain, so when it saved it saved without it.