Changes between Initial Version and Version 1 of Ticket #45747, comment 8
- Timestamp:
- 08/21/2019 03:15:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45747, comment 8
initial v1 6 6 }}} 7 7 8 Seems the site was set to multisite at some point and the user table has `spam` and `deleted` fields with `'0'` as default values.8 Seems the site was set to "multisite" at some point then changed back to "single". The user table has `spam` and `deleted` fields with `'0'` as default values. 9 9 10 10 Changing the above check to `! empty( $userdata['spam'] )` would fix it. Not sure how common that is, but probably better to fix?