mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
#15914 (bogus log entry if answering NO on confirming removing inactive users)
git-svn-id: file:///svn/phpbb/trunk@8263 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9f66e3ff81
commit
514b5e0478
1 changed files with 2 additions and 2 deletions
|
@ -135,6 +135,8 @@ class acp_inactive
|
||||||
{
|
{
|
||||||
user_delete('retain', $user_id, $user_affected[$user_id]);
|
user_delete('retain', $user_id, $user_affected[$user_id]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add_log('admin', 'LOG_INACTIVE_' . strtoupper($action), implode(', ', $user_affected));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -149,8 +151,6 @@ class acp_inactive
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
add_log('admin', 'LOG_INACTIVE_' . strtoupper($action), implode(', ', $user_affected));
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'remind':
|
case 'remind':
|
||||||
|
|
Loading…
Add table
Reference in a new issue