From 5443dd9bd6106bdfe74eca03f053b76641b7d502 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 8 Mar 2017 14:23:41 +0100 Subject: API: setCredentials without json_encode --- modules-available/locationinfo/page.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/locationinfo/page.inc.php') diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php index b3bf7c66..578a773c 100644 --- a/modules-available/locationinfo/page.inc.php +++ b/modules-available/locationinfo/page.inc.php @@ -347,7 +347,7 @@ class Page_LocationInfo extends Page // Instance the backend and set the credentials to check if the Authentification is accepted. $backendType = CourseBackend::getInstance($db['servertype']); - $backendType->setCredentials(json_encode($db['credentials'], true), $db['serverurl'], $db['serverid']); + $backendType->setCredentials(json_decode($db['credentials'], true), $db['serverurl'], $db['serverid']); $connection = $backendType->checkConnection(); if ($connection === true) { -- cgit v1.2.3-55-g7522