Fixed export and import json formats

This commit is contained in:
Enrique Martin 2024-02-07 02:18:39 +01:00
parent 064393ed14
commit f69b1af3bd

View File

@ -2186,8 +2186,6 @@ class Prd
}
}
}
$value = json_encode($json_array);
} else {
$value = io_safe_output($value);
}