UserInfo::delete() doesn't remove UserSearchIndex

Permalink
Hi

Why is the following line not included when deleting a user

$r = $db->query("DELETE FROM UserSearchIndexAttributes WHERE uID = ?",array(intval($this->uID)));


Not having this line means that the table UserSearchIndexAttributes is not cleaned up and so has incorrect info in it.

Jake

BinaryFold4