UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 6 Dec 2013 07:19:06 +0000 (15:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Dec 2013 07:19:06 +0000 (15:19 +0800)
UpdateDatabase.php

index 7d8c800..4613b3d 100644 (file)
@@ -44,7 +44,7 @@ class Pman_Core_UpdateDatabase extends Pman
         'add-company-with-type' => array(
             'desc' => 'the type of company (default OWNER)',
             'short' => 't',
-            'default' => '',
+            'default' => 'OWNER',
             'min' => 1,
             'max' => 1,
         ),