Changeset 4984

Show
Ignore:
Timestamp:
11/04/09 10:05:39 (3 weeks ago)
Author:
takayama
Message:

* Do not restore the userpic if author exists. bugid:103000

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound-rc-1/lib/MT/BackupRestore/BackupFileHandler.pm

    r4982 r4984  
    104104                                category => 'restore', 
    105105                            }); 
    106                             $objects->{"$class#" . $column_data{id}} = $obj; 
     106                            $objects->{"$class#" . $column_data{id}} = $obj;  
     107                            $objects->{"$class#$old_id"}->{no_overwrite} = 1; 
    107108                            $self->{current} = $obj; 
    108109                            $self->{loaded} = 1;