|
@@ -60,7 +60,7 @@ $customfieldIDsObj = Capsule::table('tblcustomfields')
|
|
|
->get()
|
|
->get()
|
|
|
->toArray();
|
|
->toArray();
|
|
|
foreach ($customfieldIDsObj as $customfieldID) {
|
|
foreach ($customfieldIDsObj as $customfieldID) {
|
|
|
- array_push($customfieldIDs, $customfieldID);
|
|
|
|
|
|
|
+ array_push($customfieldIDs, $customfieldID->id);
|
|
|
}
|
|
}
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'zimbrasingle',
|
|
'zimbrasingle',
|