diff --git a/module/finc/src/finc/Controller/RecordController.php b/module/finc/src/finc/Controller/RecordController.php index 4163afccad52d1329f3cebfd5859d5af08289519..fcf7ca493e054b6f001c20053792702b334a6e8b 100644 --- a/module/finc/src/finc/Controller/RecordController.php +++ b/module/finc/src/finc/Controller/RecordController.php @@ -58,6 +58,6 @@ class RecordController extends \VuFind\Controller\RecordController implements */ protected function getRewrite() { - return $this->getServiceLocator()->get('finc\Rewrite'); + return $this->serviceLocator->get('finc\Rewrite'); } }