summaryrefslogtreecommitdiffstats
path: root/modules-available/locations
diff options
context:
space:
mode:
authorSimon Rettberg2021-06-24 14:45:05 +0200
committerSimon Rettberg2021-06-24 14:45:05 +0200
commit51de7b7aac7ed626bee3bce1c3068159e54ab95b (patch)
treea21aae11caceaec3e2c5807ea5073e1cbdd874a4 /modules-available/locations
parent[dnbd3] Update translations (diff)
downloadslx-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')
-rw-r--r--modules-available/locations/inc/location.inc.php1
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;
}
}