summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-xmlrpcd
diff options
context:
space:
mode:
Diffstat (limited to 'FS/bin/freeside-xmlrpcd')
-rw-r--r--FS/bin/freeside-xmlrpcd2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/bin/freeside-xmlrpcd b/FS/bin/freeside-xmlrpcd
index 724c5adb3..e4e03345a 100644
--- a/FS/bin/freeside-xmlrpcd
+++ b/FS/bin/freeside-xmlrpcd
@@ -40,6 +40,8 @@ daemon_run( 'port' => 8008, 'handle_request' =>
$soap->request($request);
$soap->handle;
+ $FS::UID::dbh->commit() if $FS::UID::dbh; #XXX handle commit error
+
return $soap->response;
}
);