Browse Source

bugfixing

andre 5 years ago
parent
commit
1786892fa5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      zimbraSingle.inc

+ 7 - 0
zimbraSingle.inc

@@ -448,6 +448,13 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
 {
 {
     $whmcs = App::self();
     $whmcs = App::self();
     $productID = $whmcs->get_req_var('id');
     $productID = $whmcs->get_req_var('id');
+    logModuleCall(
+        'zimbrasingle',
+        __FUNCTION__,
+        $packageconfigoption,
+        "Debug",
+        $productID
+    );
     Capsule::table('tblcustomfields')
     Capsule::table('tblcustomfields')
         ->where('relid', '=', $productID)
         ->where('relid', '=', $productID)
         ->delete();
         ->delete();