소스 검색

Fix syntax error

Andy Baugh 7 년 전
부모
커밋
f4b6eacd40
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Cpanel/iContact/Provider/Schema/IRC.pm

+ 1 - 1
lib/Cpanel/iContact/Provider/Schema/IRC.pm

@@ -38,7 +38,7 @@ HALP
                 @chans = grep { index( $_, '#' ) != -1 } @chans;
                 return join( ",", @chans );
             },
-            'label' => 'IRC Notification Destinations'
+            'label' => 'IRC Notification Destinations',
             'help' => $help1,
         },
         'IRCNICK' => {