Skip to content
Snippets Groups Projects
Commit 79d61748 authored by Gregor Gawol's avatar Gregor Gawol Committed by Robert Lange
Browse files

refs #19585 [finc]

* fixed profileMapper bug
parent e92a20b2
No related merge requests found
...@@ -355,7 +355,7 @@ trait LiberoDingTrait ...@@ -355,7 +355,7 @@ trait LiberoDingTrait
*/ */
public function setMyProfile($inval, $patron) public function setMyProfile($inval, $patron)
{ {
$map = self::_profileDataMapper(true); $map = self::profileDataMapper(true);
$params = $this->getLiberoDingRequestParams(); $params = $this->getLiberoDingRequestParams();
$params['memberCode'] = $patron['cat_username']; $params['memberCode'] = $patron['cat_username'];
...@@ -440,7 +440,7 @@ trait LiberoDingTrait ...@@ -440,7 +440,7 @@ trait LiberoDingTrait
* (default true) * (default true)
* *
* @return array An associative array * @return array An associative array
* @see For content variables see method _profileDataMapper * @see For content variables see method profileDataMapper
* @throws \Exception Throws ILSException * @throws \Exception Throws ILSException
*/ */
protected function getLiberoDingProfile($patron, $mapped = true) protected function getLiberoDingProfile($patron, $mapped = true)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment