Changeset 1561 for trunk

Show
Ignore:
Timestamp:
06/26/09 19:37:32 (5 months ago)
Author:
mpaschal
Message:

I guess the grep block is explicitly required

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ActionStreams/plugins/ActionStreams/lib/ActionStreams/Event.pm

    r1555 r1561  
    385385                    or next VALUE; 
    386386 
    387                 $item_data{$key} = [ grep map { MT::I18N::utf8_off( $_->getNodeValue ) } @outvals ]; 
     387                $item_data{$key} = [ grep { $_ } map { MT::I18N::utf8_off($_->getNodeValue) } @outvals ]; 
    388388            } 
    389389            else {