projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6130de4
)
givi - Don't show error when called with empty args
author
Tim Otten
<totten@civicrm.org>
Tue, 12 Mar 2013 11:22:21 +0000
(07:22 -0400)
committer
Tim Otten
<totten@civicrm.org>
Tue, 12 Mar 2013 11:26:23 +0000
(07:26 -0400)
bin/givi.php
patch
|
blob
|
blame
|
history
diff --git
a/bin/givi.php
b/bin/givi.php
index 9e5bccccf2aa1c0118aec2f55a38c03ffc335abc..14c4e451c987bd4b7cf650de5e2001bd8327fc3b 100755
(executable)
--- 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: