134
Quote:
timgno wrote:
Another bug with some modules such as profile
Very interesting! The model uses getVar to populate the object. During the getVar the module.textsanitizer functions/extensions are executed. If this functions require a db query, they will overwrite the current model handler. This behavior is a problem if we want to add new modules to provide sanitizing/replacing, like for example, the smilies module.
This should now be fixed in svn, please test.