diff options
author | Simon Rettberg | 2021-06-24 14:45:05 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-06-24 14:45:05 +0200 |
commit | 51de7b7aac7ed626bee3bce1c3068159e54ab95b (patch) | |
tree | a21aae11caceaec3e2c5807ea5073e1cbdd874a4 /modules-available/locations/inc | |
parent | [dnbd3] Update translations (diff) | |
download | slx-admin-51de7b7aac7ed626bee3bce1c3068159e54ab95b.tar.gz slx-admin-51de7b7aac7ed626bee3bce1c3068159e54ab95b.tar.xz slx-admin-51de7b7aac7ed626bee3bce1c3068159e54ab95b.zip |
[locations/minilinux] Minor cleanups and fixes
Diffstat (limited to 'modules-available/locations/inc')
-rw-r--r-- | modules-available/locations/inc/location.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locations/inc/location.inc.php b/modules-available/locations/inc/location.inc.php index e4bce313..718d32e3 100644 --- a/modules-available/locations/inc/location.inc.php +++ b/modules-available/locations/inc/location.inc.php @@ -473,6 +473,7 @@ class Location } else { Database::exec("UPDATE machine SET subnetlocationid = :loc WHERE machineuuid = :uuid", compact('loc', 'uuid')); } + return $loc; } } |