mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-04 06:51:33 +01:00
Fix locator saving
This commit is contained in:
parent
729d9732e1
commit
e75335ed00
@ -20,7 +20,7 @@
|
||||
$target->name->set($params["name"]);
|
||||
$target->type->set($params["type"]);
|
||||
$target->orbit->set($params["orbit"]);
|
||||
$target->locator->set($params["locator"]);
|
||||
$target->locator->set(json_decode($params["locator"]));
|
||||
|
||||
$target->commit();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user