Fix SOAP.cpp from previous commit

This commit is contained in:
Simon Robertshaw 2012-06-12 20:14:02 +01:00
parent f8badc05d4
commit c0008efb74

View File

@ -131,7 +131,7 @@ int Element_SOAP::update(UPDATE_FUNC_ARGS)
continue;
if ((parts[r>>8].type == PT_SOAP) && (parts[r>>8].ctype&1) && !(parts[r>>8].ctype&4))
attach(parts, i, r>>8);
Element_SOAP::attach(parts, i, r>>8);
}
}
else