summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder/Command/Braindump.pm
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 04:23:41 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 04:23:41 -0500
commit6fdf4cf08d6be3f99979c09d391bc091c52bc9fb (patch)
tree7576116a9cd3062b454a502ca0ff4b1dd0ac962a /lib/App/Hiveminder/Command/Braindump.pm
parent5a43cf961939e42df2defbda0cf60ad4550b2cd7 (diff)
downloadapp-hiveminder-6fdf4cf08d6be3f99979c09d391bc091c52bc9fb.tar.gz
app-hiveminder-6fdf4cf08d6be3f99979c09d391bc091c52bc9fb.zip
some more forgotten argumentsHEADmaster
Diffstat (limited to 'lib/App/Hiveminder/Command/Braindump.pm')
-rw-r--r--lib/App/Hiveminder/Command/Braindump.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/App/Hiveminder/Command/Braindump.pm b/lib/App/Hiveminder/Command/Braindump.pm
index 0f4ac7b..4ed26de 100644
--- a/lib/App/Hiveminder/Command/Braindump.pm
+++ b/lib/App/Hiveminder/Command/Braindump.pm
@@ -16,7 +16,8 @@ sub command {
my $self = shift;
my $text = get_text_from_editor;
- return display_tasks($self->hm->braindump($text, returns => 'tasks',
+ return display_tasks($self->hm,
+ $self->hm->braindump($text, returns => 'tasks',
tokens => [@_]))
unless $text eq '';
return '';