Index: /branches/release-41/lib/MT/Component.pm
===================================================================
--- /branches/release-41/lib/MT/Component.pm (revision 2667)
+++ /branches/release-41/lib/MT/Component.pm (revision 2668)
@@ -138,5 +138,5 @@
     }
     if (my $init = _getset( $c, 'init' )) {
-        if ( $init && !ref($init) ) {
+        if ( !ref($init) ) {
             $init = MT->handler_to_coderef($init);
         }
