Ignore:
Timestamp:
2007/12/04 00:05:28 (19 years ago)
Author:
adachi
Message:

バックアップパス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/batch/SC_Batch_Update.php

    r16865 r16884  
    132132                        if (file_exists($out)) { 
    133133                            $bkupTo = $bkupPathFile . pathinfo($out, PATHINFO_BASENAME); 
    134                             $bkupDistInfoArray[sha1_file($out)] = $path; 
     134                            $bkupDistInfoArray[sha1_file($out)] = $out; 
    135135 
    136136                            if (!@copy($out, $bkupTo)) { 
Note: See TracChangeset for help on using the changeset viewer.