diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 85ac361dc..d144715ae 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -462,6 +462,7 @@ $(document).ready(function() { $dms = $this->params['dms']; $user = $this->params['user']; $settings = $this->params['settings']; + $accessobject = $this->params['accessobject']; $request = $this->params['request']; $fullsearch = $this->params['fullsearch']; $facetsearch = $this->params['facetsearch'];