-
Bug
-
Resolution: Fixed
-
3.0.1
-
None
-
PHP Environment: 5.2.5-0.dotdeb.0
Database: 5.0.45-community-nt
User activation from "Inactive users" is not in log. I compared acp_inactive.php from version 3.01 and RC3 and I found in 3.01 function "add_log(...)" is called in "else if ($action == 'delete')
{...}" and it is not called for activate action. In RC3 it was called before "break". I tried to change it and it works

