X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fshellcommands.pm;h=ccde72a6835cfb720f6af511f7627058141ab410;hp=e99c382a4d88162b08dca1aff6ca0d91151e1507;hb=0eb4dc23ad6d145ee394884a95bad09e2668e74d;hpb=101f05b91c1c9b627d88a7e60347159781caed0b 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 {