Plugin Directory

Changeset 3445040


Ignore:
Timestamp:
01/22/2026 05:10:16 PM (2 months ago)
Author:
surflabtech
Message:

bug fixed in restore-files

Location:
surflink
Files:
20 added
2 edited

Legend:

Unmodified
Added
Removed
  • surflink/tags/2.4.1/includes/class-surfl-restore-files.php

    r3445032 r3445040  
    329329        try {
    330330
    331             if (!get_transient('surfl_retry_test_DF')) {
    332 
    333                 set_transient('surfl_retry_test_DF', true, 5 * 60);
    334                 throw new Exception('surfl_retry_test_DF');
    335             }
     331
    336332            SURFL_FS_Helper::catch_disc_quota_error();
    337333            // Extract the current part if it exists
  • surflink/trunk/includes/class-surfl-restore-files.php

    r3445032 r3445040  
    329329        try {
    330330
    331             if (!get_transient('surfl_retry_test_DF')) {
    332 
    333                 set_transient('surfl_retry_test_DF', true, 5 * 60);
    334                 throw new Exception('surfl_retry_test_DF');
    335             }
     331
    336332            SURFL_FS_Helper::catch_disc_quota_error();
    337333            // Extract the current part if it exists
Note: See TracChangeset for help on using the changeset viewer.