diff options
author | Christian Hofmaier | 2018-12-08 15:56:06 +0100 |
---|---|---|
committer | Christian Hofmaier | 2018-12-08 15:56:06 +0100 |
commit | e063644af63758c4f01b5679cc48a4d4d6463a09 (patch) | |
tree | bb06df77e91671797b765447a15d887b4b2876ac /modules-available/locationinfo/inc | |
parent | [locationinfo] fix header not detecting events in only room mode (diff) | |
parent | [locationinfo] roomplaner -> roomplanner (diff) | |
download | slx-admin-e063644af63758c4f01b5679cc48a4d4d6463a09.tar.gz slx-admin-e063644af63758c4f01b5679cc48a4d4d6463a09.tar.xz slx-admin-e063644af63758c4f01b5679cc48a4d4d6463a09.zip |
Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin
Diffstat (limited to 'modules-available/locationinfo/inc')
-rw-r--r-- | modules-available/locationinfo/inc/locationinfo.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/inc/locationinfo.inc.php b/modules-available/locationinfo/inc/locationinfo.inc.php index b996601a..377e960b 100644 --- a/modules-available/locationinfo/inc/locationinfo.inc.php +++ b/modules-available/locationinfo/inc/locationinfo.inc.php @@ -80,7 +80,7 @@ class LocationInfo 'vertical' => false, 'eco' => false, 'prettytime' => true, - 'roomplaner' => true, + 'roomplanner' => true, 'scaledaysauto' => true, 'daystoshow' => 7, 'rotation' => 0, @@ -94,7 +94,7 @@ class LocationInfo if ($type === 'SUMMARY') { return array( 'language' => defined('LANG') ? LANG : 'en', - 'roomplaner' => true, + 'roomplanner' => true, 'eco' => false, 'panelupdate' => 60, ); |