[freeside-commits] freeside/FS/FS/part_export domreg_net_dri.pm, 1.1, 1.2

Richard Siddall rsiddall at wavetail.420.am
Tue Jul 14 12:06:08 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv29635/FS/FS/part_export

Modified Files:
	domreg_net_dri.pm 
Log Message:
Minor bug fix, spotted by Jeff.


Index: domreg_net_dri.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/domreg_net_dri.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- domreg_net_dri.pm	14 Jul 2009 00:28:05 -0000	1.1
+++ domreg_net_dri.pm	14 Jul 2009 19:06:05 -0000	1.2
@@ -438,7 +438,7 @@
   };
 #  rslt->{'message'} = $@->as_string if $@;
   if ($@) {
-    rslt->{'message'} = (UNIVERSAL::isa($@, 'Net::DRI::Exception')) ? $@->as_string : $@->message;
+    $rslt->{'message'} = (UNIVERSAL::isa($@, 'Net::DRI::Exception')) ? $@->as_string : $@->message;
   }
 
   return $rslt; # Success



More information about the freeside-commits mailing list