diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 8f7aa4d78d..9606c493f2 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -253,7 +253,7 @@ function user_add($user_row, $cp_data = false) */ function user_delete($mode, $user_id, $post_username = false) { - global $config, $db, $user, $auth; + global $cache, $config, $db, $user, $auth; global $phpbb_root_path, $phpEx; $db->sql_transaction('begin');