Skip to content

Commit

Permalink
Bugfix: handle removed _accessibility_checker_logs table.
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Dec 15, 2023
1 parent 92ec9fa commit cce7b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/system-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function edac_tools_sysinfo_get() {
}
$return .= 'Ignore Permissions: ' . ( get_option( 'edacp_ignore_user_roles' ) ? implode( ', ', get_option( 'edacp_ignore_user_roles' ) ) . "\n" : "None\n" );
$return .= 'Ignores DB Table Count: ' . edac_database_table_count( 'accessibility_checker_global_ignores' ) . "\n";
$return .= 'Logs DB Table Count: ' . edac_database_table_count( 'accessibility_checker_logs' ) . "\n";
}

$return = apply_filters( 'edac_sysinfo_after_edac_config', $return );
Expand Down

0 comments on commit cce7b51

Please sign in to comment.