diff options
author | Simon Rettberg | 2017-12-06 10:53:47 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-06 10:53:47 +0100 |
commit | b1dcc399928676b5ccb297f0c9c79322d974a7e6 (patch) | |
tree | cec56ee2f40b1bd143e7be66ade89ca272c0a59f /modules-available/locationinfo | |
parent | [locations] Fix creating/editing locations at root (no parent) (diff) | |
download | slx-admin-b1dcc399928676b5ccb297f0c9c79322d974a7e6.tar.gz slx-admin-b1dcc399928676b5ccb297f0c9c79322d974a7e6.tar.xz slx-admin-b1dcc399928676b5ccb297f0c9c79322d974a7e6.zip |
[locationinfo] Fix typo in varname
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/install.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/install.inc.php b/modules-available/locationinfo/install.inc.php index 5e78349f..bbba3741 100644 --- a/modules-available/locationinfo/install.inc.php +++ b/modules-available/locationinfo/install.inc.php @@ -52,7 +52,7 @@ if ($t1 === UPDATE_NOOP) { if ($ret === false) { finalResponse(UPDATE_FAILED, 'Could not add lastchange field'); } elseif ($ret > 0) { - $ret[] = UPDATE_DONE; + $res[] = UPDATE_DONE; } } } |