mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
- 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:
parent
14e9fd366b
commit
df07e5a833
5 changed files with 132 additions and 25 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue