1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/12639] Delete entry in admin-log leads to mysql-error

PHPBB3-12639
This commit is contained in:
Tristan Darricau
2014-05-31 12:56:44 +02:00
parent f4dcb69dae
commit 36071ded9d
3 changed files with 2 additions and 6 deletions

View File

@@ -78,8 +78,6 @@ class acp_logs
$conditions['keywords'] = $keywords;
}
$conditions['log_type'] = $this->log_type;
$phpbb_log = $phpbb_container->get('log');
$phpbb_log->delete($mode, $conditions);
}