diff options
author | jeff <jeff> | 2009-08-03 14:07:27 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-08-03 14:07:27 +0000 |
commit | 01b857aa5fb209905d569844bc44710999df84e6 (patch) | |
tree | bcbd119bac534620e147b3994a50c7e6c8cabf0a | |
parent | 9f64bfef652922b7b546a12290805710acbeed08 (diff) |
bad tyops
-rw-r--r-- | FS/FS/part_export/shellcommands.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 11e3b7d4b..faf065593 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -308,7 +308,7 @@ sub _export_command { stdin_string => $stdin_string, ); - if($self->options('no_queue')) { + if($self->option('no_queue')) { # discard return value just like freeside-queued. eval { ssh_cmd(@ssh_cmd_args) }; $error = $@; @@ -387,7 +387,7 @@ sub _export_replace { stdin_string => $stdin_string, ); - if($self->options('no_queue')) { + if($self->option('no_queue')) { # discard return value just like freeside-queued. eval { ssh_cmd(@ssh_cmd_args) }; $error = $@; |