Profile class in future bits: invokeMethod still doesn't work as expected
Yeah, another bug, reported by a long time ago. it's still there...the original code tries to load (and to save) the profile properties through the appli function method. here's the original code:
this.load.apply(this, parameters);
Well, not sure on what's the point of writting that code. the only thing i can say is that writting this:
this.load(parameters);
works but the previous doesn't!