NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 03:36:50 +0000 (11:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 03:36:50 +0000 (11:36 +0800)
NotifySend.php

index f65fd5a..754748f 100644 (file)
@@ -45,9 +45,8 @@ class Pman_Core_NotifySend extends Pman
         ),
         'send-to' => array(
             'desc' => 'Send the message to this address, rather than the one listed.',
-            'default' => '',
             'short' => 't',
-            'min' => 0,
+            'min' => 1,
             'max' => 1,
         )