From 6cd260ec351bdfdb968064ac7514dfd61d07a034 Mon Sep 17 00:00:00 2001 From: Dirk Riestere Date: Mon, 20 Mar 2017 22:03:06 +0100 Subject: Bug das der Name nicht gefunden wird, war ein Rechtschreibfehler der jetzt behoben ist --- .../locationinfo/inc/coursebackend/coursebackend_hisinone.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/locationinfo/inc/coursebackend/coursebackend_hisinone.inc.php') diff --git a/modules-available/locationinfo/inc/coursebackend/coursebackend_hisinone.inc.php b/modules-available/locationinfo/inc/coursebackend/coursebackend_hisinone.inc.php index cef975b8..b250d114 100644 --- a/modules-available/locationinfo/inc/coursebackend/coursebackend_hisinone.inc.php +++ b/modules-available/locationinfo/inc/coursebackend/coursebackend_hisinone.inc.php @@ -265,7 +265,7 @@ class CourseBackend_HisInOne extends CourseBackend $timetable = array(); //Here I go over the soapresponse foreach ($events as $event) { - $name = $this->getAttributes($event,'/hisunit/defaulttext'); + $name = $this->getAttributes($event,'/hisunit/hisdefaulttext'); if($name==false){ //if HisInOne has no default text then there is no name $name = ['']; -- cgit v1.2.3-55-g7522