Skip to content
Snippets Groups Projects
Commit 40ef6c84 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed bug -- typo in variable.

parent 3137e21b
No related merge requests found
...@@ -194,7 +194,7 @@ class EdsBackendFactory implements FactoryInterface ...@@ -194,7 +194,7 @@ class EdsBackendFactory implements FactoryInterface
$accountData['profile'] = $this->edsConfig->EBSCO_Account->profile; $accountData['profile'] = $this->edsConfig->EBSCO_Account->profile;
} }
if (isset($this->edsConfig->EBSCO_Account->organization_id)) { if (isset($this->edsConfig->EBSCO_Account->organization_id)) {
$acountData['orgid'] = $this->edsConfig->EBSCO_Account->organization_id; $accountData['orgid'] = $this->edsConfig->EBSCO_Account->organization_id;
} }
return $accountData; return $accountData;
......
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