<< Can't we make a wrapper for this so it works in the old call or a second
call ? Using the getModule directly seems ugly compared
to the first call. >>
We can rewrite the static getMMBase() method to pass true as a parameter.
That would allow for:
mmb = MMBase.getMMBase();
which currently won't work as it will default pass false.
Pierre
