givi - Don't show error when called with empty args
authorTim Otten <totten@civicrm.org>
Tue, 12 Mar 2013 11:22:21 +0000 (07:22 -0400)
committerTim Otten <totten@civicrm.org>
Tue, 12 Mar 2013 11:26:23 +0000 (07:26 -0400)
bin/givi.php

index 9e5bccccf2aa1c0118aec2f55a38c03ffc335abc..14c4e451c987bd4b7cf650de5e2001bd8327fc3b 100755 (executable)
@@ -138,6 +138,7 @@ class Givi {
         call_user_func_array(array($this, 'doResume'), $this->arguments);
         break;
       case 'help':
+      case '':
         $this->doHelp();
         break;
       default: