Skip to content
Snippets Groups Projects
Commit 84fc925c authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #19311 [finc] remove _ from call of getLiberoDingRequestHeaders method

* caused ajax errors
parent 9b317282
No related merge requests found
...@@ -757,7 +757,7 @@ trait LiberoDingTrait ...@@ -757,7 +757,7 @@ trait LiberoDingTrait
$this->getWebScraperUrl() . 'getMyLoanHistory.jsp', $this->getWebScraperUrl() . 'getMyLoanHistory.jsp',
$params, $params,
null, null,
$this->_getLiberoDingRequestHeaders() $this->getLiberoDingRequestHeaders()
); );
} catch (\Exception $e) { } catch (\Exception $e) {
throw new ILSException($e->getMessage()); throw new ILSException($e->getMessage());
......
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