From: Tim Otten Date: Tue, 12 Mar 2013 11:22:21 +0000 (-0400) Subject: givi - Don't show error when called with empty args X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=03da1773a5837c3bd204d196e634a4fba7fa158f;p=civicrm-core.git givi - Don't show error when called with empty args --- diff --git a/bin/givi.php b/bin/givi.php index 9e5bccccf2..14c4e451c9 100755 --- a/bin/givi.php +++ b/bin/givi.php @@ -138,6 +138,7 @@ class Givi { call_user_func_array(array($this, 'doResume'), $this->arguments); break; case 'help': + case '': $this->doHelp(); break; default: