The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 2dba7fa9 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix case where Overdrive connector returned null.

parent 7627f71f
No related merge requests found
......@@ -192,7 +192,7 @@ class OverdriveConnector implements LoggerAwareInterface,
$user["cat_password"], true
)
) {
$this->getSessionContainer()->odAccess
$result = $this->getSessionContainer()->odAccess
= $this->getResultObject(true);
} else {
$result = $this->getResultObject();
......
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