summaryrefslogtreecommitdiffstats
path: root/modules-available/runmode
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-14 14:59:43 +0100
committerSimon Rettberg2017-11-14 14:59:43 +0100
commit5452ef3581bb7ca6fc3bc3c0d83e2edd6261842a (patch)
tree9e1e6393f5d797b44d9fbc9867c1a8ffe51957ab /modules-available/runmode
parent[locationinfo] Set SLX_AUTOLOGIN in config (diff)
downloadslx-admin-5452ef3581bb7ca6fc3bc3c0d83e2edd6261842a.tar.gz
slx-admin-5452ef3581bb7ca6fc3bc3c0d83e2edd6261842a.tar.xz
slx-admin-5452ef3581bb7ca6fc3bc3c0d83e2edd6261842a.zip
[runmode] Fix var typo in install script
Diffstat (limited to 'modules-available/runmode')
-rw-r--r--modules-available/runmode/install.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/runmode/install.inc.php b/modules-available/runmode/install.inc.php
index e2b1ed0f..ec710bfa 100644
--- a/modules-available/runmode/install.inc.php
+++ b/modules-available/runmode/install.inc.php
@@ -33,7 +33,7 @@ if (!tableHasColumn('runmode', 'isclient')) {
if ($ret === false) {
finalResponse(UPDATE_FAILED, 'Could not add lastchange field');
} elseif ($ret > 0) {
- $ret[] = UPDATE_DONE;
+ $res[] = UPDATE_DONE;
}
}