Changeset 1930

Show
Ignore:
Timestamp:
04/16/08 18:07:22 (22 months ago)
Author:
mpaschal
Message:

Merge installed fields in, instead of replacing
(Apply Fumiaki-san's fix)
BugzID: 79345

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/lib/MT/Object.pm

    r1928 r1930  
    453453        # we may have inherited meta fields so lets update with 
    454454        # the fields returned by MT::Meta 
    455         $props->{fields} = $fields; 
     455        $props->{fields}->{$_} = $fields->{$_} for keys %$fields; 
    456456    } 
    457457