- Fixed for compatible with mysql for server infor page

- Fixed issue of listing wp timecapsule backups for some sites
- Fixed to support to fix issue of missing created post report - pro reports
- Fixed to display author name but not email for reports - pro reports
- Fixed issue of json encode response for some sites
- Fixed issue of incorrect url image of bulk post for some sites.
This commit is contained in:
thanghv 2020-03-27 19:18:06 +07:00
parent 14e9fd366b
commit df07e5a833
5 changed files with 132 additions and 25 deletions

View file

@ -301,7 +301,7 @@ class MainWP_Child_Timecapsule {
global $wpdb;
$all_backups = $wpdb->get_results(
$wpdb->prepare("
SELECT *
SELECT backupID
FROM {$wpdb->base_prefix}wptc_processed_files
WHERE backupID > %s ", $last_time)
);