Plugin Directory

Changeset 3429297


Ignore:
Timestamp:
12/29/2025 09:23:16 PM (3 months ago)
Author:
surflabtech
Message:

tags/2.2.7/includes/class-surfl-restore-db.php fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • surflink/tags/2.2.7/includes/class-surfl-restore-db.php

    r3429290 r3429297  
    5353        $fp = null;
    5454        $temp_path = WP_CONTENT_DIR . '/surflink/backup/restore/temp';
    55         throw new Exception('Invalid backup file: This backup was not generated by the SurfLink plugin.');
     55
    5656        // Disable query monitor during restore
    5757        add_filter( 'qm/enable', '__return_false', PHP_INT_MAX );
Note: See TracChangeset for help on using the changeset viewer.