Changeset 4951

Show
Ignore:
Timestamp:
10/30/09 11:06:21 (4 weeks ago)
Author:
fumiakiy
Message:

Backup author related objectscores regardless. BugId:102956

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/lib/MT/BackupRestore.pm

    r4937 r4951  
    193193            }, 
    194194            'order' => 500 
     195        }; 
     196 
     197        # And objectscores. 
     198        my $oc = MT->model('objectscore'); 
     199        push @object_hashes, { 
     200            $oc => { 
     201                terms => { object_ds => 'author' }, 
     202                args => undef, 
     203            }, 
     204            'order' => 510, 
    195205        }; 
    196206    }