From 7657fb21d52f3182cf9d21170a51a12bd915982e Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 19 Jun 2010 19:30:43 +0000 Subject: [PATCH] return rather than ignore errors inserting into the job queue during _export_insert_on_payment --- FS/FS/part_export/domreg_opensrs.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/FS/FS/part_export/domreg_opensrs.pm b/FS/FS/part_export/domreg_opensrs.pm index a9afc91cc..13457ae8c 100644 --- a/FS/FS/part_export/domreg_opensrs.pm +++ b/FS/FS/part_export/domreg_opensrs.pm @@ -259,8 +259,6 @@ sub _export_insert_on_payment { 'job' => 'FS::part_export::domreg_opensrs::renew_through', }; $queue->insert( $self, $svc_domain ); #_export_insert with 'R' action? - - return ''; } ## Domain registration exports do nothing on replace. Mainly because we haven't decided what they should do. -- 2.11.0