4
0

update 2023-07-27 11:22:25

This commit is contained in:
Robot 2023-07-27 11:22:25 +02:00
parent 0565e907db
commit 8e3fc4bbfb
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ final class Linker
]; ];
} }
// get details of the linker // set the name of this linker
if (!$this->update->value($name, 'name', $linker, 'guid', 'linker')) if (!$this->update->value($name, 'name', $linker, 'guid', 'linker'))
{ {
return [ return [

View File

@ -227,7 +227,7 @@
]; ];
} }
// get details of the linker // set the name of this linker
if (!$this->update->value($name, 'name', $linker, 'guid', 'linker')) if (!$this->update->value($name, 'name', $linker, 'guid', 'linker'))
{ {
return [ return [