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
59020ea572
commit
57b50e4c85
@ -2710,10 +2710,6 @@ class Prd
|
||||
$value
|
||||
);
|
||||
|
||||
if($create_item === false){
|
||||
break;
|
||||
}
|
||||
|
||||
if (is_array($value) === true) {
|
||||
$value = json_encode($value);
|
||||
}
|
||||
@ -2742,6 +2738,10 @@ class Prd
|
||||
$value = json_encode($array_value);
|
||||
}
|
||||
|
||||
if($create_item === false){
|
||||
break;
|
||||
}
|
||||
|
||||
if (isset($this->base64Refs[$table]) === true
|
||||
&& reset($this->base64Refs[$table]) === $column
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user