collective / dexterity.membrane

enables dexterity content items to be used as users and groups in Plone sites
3 stars 14 forks source link

Fix getattr to have default value as intended in getPropertiesForUser #4

Closed datakurre closed 11 years ago

datakurre commented 11 years ago

Without a default value getattr will raise AttributeError and it seems that the code was already written to expect None as the default value.