浏览代码

More schema follies

Andy Baugh 7 年之前
父节点
当前提交
30843a21a4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/Cpanel/iContact/Provider/Schema/IRC.pm

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

@@ -62,12 +62,12 @@ HALP
             'help' => $help3,
         },
         'IRCSERVER' => {
-            'type'     => 'binary',
+            'type'     => 'text',
             'label' => 'IRC Server Address',
             'help' => $help4,
         },
        'IRCPORT' => {
-            'type'     => 'binary',
+            'type'     => 'text',
             'label' => 'IRC Server Port',
             'help' => $help5,
         },