Skip to content
Snippets Groups Projects
Commit 7fe362b0 authored by David Maus's avatar David Maus
Browse files

Merge branch 'patch-3' of git://github.com/Febe/vf2 into t/merge-febe-pull-3

parents 00be6210 3f1781b6
No related merge requests found
...@@ -65,7 +65,7 @@ class AbstractBase extends AbstractActionController ...@@ -65,7 +65,7 @@ class AbstractBase extends AbstractActionController
/** /**
* Get the account manager object. * Get the account manager object.
* *
* @return \VuFind\Account\Manager * @return \VuFind\Auth\Manager
*/ */
protected function getAuthManager() protected function getAuthManager()
{ {
...@@ -291,4 +291,4 @@ class AbstractBase extends AbstractActionController ...@@ -291,4 +291,4 @@ class AbstractBase extends AbstractActionController
{ {
$this->getServiceLocator()->get('VuFind\SessionManager')->writeClose(); $this->getServiceLocator()->get('VuFind\SessionManager')->writeClose();
} }
} }
\ No newline at end of file
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