Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-0.4-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2010 at 11:15 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent
Comments
Comment #1
nofuseto commentedFollowing http://drupal.org/node/761498, i changed:
/var/aegir/hostmaster-0.4-alpha11/profiles/hostmaster/modules/hosting/site/hosting_site.nodeapi.inc
line 134:
function hosting_site_nodeapi_site_presave(&$node) {to:
function hosting_site_nodeapi_site_presave($node) {which seems to have fixed the issue.
Hope I didn't mess up anything:)
Comment #2
adrian commentedthe issue is actually upstream.
we are using module_invoke_all, which doesnt pass references to the functions. We need to give the node object as a reference because some of the nodeapi operations need to modify the object.
[master f5fae9c] Pass node as reference to nodeapi functions. #882210
1 files changed, 16 insertions(+), 1 deletions(-)