Changeset 2668

Show
Ignore:
Timestamp:
07/01/08 04:52:18 (12 months ago)
Author:
bchoate
Message:

Removed redundant test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/Component.pm

    r2667 r2668  
    138138    } 
    139139    if (my $init = _getset( $c, 'init' )) { 
    140         if ( $init && !ref($init) ) { 
     140        if ( !ref($init) ) { 
    141141            $init = MT->handler_to_coderef($init); 
    142142        }