mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed skip items creations
This commit is contained in:
parent
a43b2b1c59
commit
59020ea572
@ -2710,6 +2710,10 @@ class Prd
|
||||
$value
|
||||
);
|
||||
|
||||
if($create_item === false){
|
||||
break;
|
||||
}
|
||||
|
||||
if (is_array($value) === true) {
|
||||
$value = json_encode($value);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user