I noticed that if I cancel/delete a user account the default option for "Report as inappropriate" is set to "Unwanted, taunting, off-topic."
In mollom.module I found these 2 lines to be the culprits...
line 557: 0 => t('Do not report'),
line 563: '#default_value' => 0,
When changed to...
line 557: '0' => t('Do not report'),
line 563: '#default_value' => '0',
... the default value is set appropriately.
Sorry for the lack of a patch. Git and Patch making are on my "learn-to-do" list.
Fixed
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.