summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/shellcommands.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm
index e99c382a4..ccde72a68 100644
--- a/FS/FS/part_export/shellcommands.pm
+++ b/FS/FS/part_export/shellcommands.pm
@@ -9,12 +9,12 @@ sub rebless { shift; }
sub _export_insert {
my($self) = shift;
- $self->_export_command($self, 'useradd', @_);
+ $self->_export_command('useradd', @_);
}
sub _export_delete {
my($self) = shift;
- $self->_export_command($self, 'userdel', @_);
+ $self->_export_command('userdel', @_);
}
sub _export_command {