diff options
author | Simon Rettberg | 2019-03-07 13:29:48 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-07 13:29:48 +0100 |
commit | 35078669abfbe296b578b3f131a30dcb38ed99f5 (patch) | |
tree | 2b1ee1010ce9605007bf0cc95e80ed9767843212 /modules-available/locationinfo/api.inc.php | |
parent | [locationinfo] Fix form<->button relation (delete, check, etc.) (diff) | |
download | slx-admin-35078669abfbe296b578b3f131a30dcb38ed99f5.tar.gz slx-admin-35078669abfbe296b578b3f131a30dcb38ed99f5.tar.xz slx-admin-35078669abfbe296b578b3f131a30dcb38ed99f5.zip |
[locationinfo] Add error log for backends
Diffstat (limited to 'modules-available/locationinfo/api.inc.php')
-rw-r--r-- | modules-available/locationinfo/api.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/api.inc.php b/modules-available/locationinfo/api.inc.php index 9ebbcea6..c44ec72d 100644 --- a/modules-available/locationinfo/api.inc.php +++ b/modules-available/locationinfo/api.inc.php @@ -204,7 +204,7 @@ function getCalendar($idList) $calendarFromBackend = array(); } - LocationInfo::setServerError($serverid, $serverInstance->getError()); + LocationInfo::setServerError($serverid, $serverInstance->getErrors()); if (is_array($calendarFromBackend)) { foreach ($calendarFromBackend as $key => $value) { |