From a5e84418ece4f6602377c399e6bc87e97e3fdbe1 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 12 Mar 2015 15:01:45 -0400
Subject: [PATCH] Fixed typo (old setting that should have been updated).

---
 module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php b/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php
index bc3f99b7e91..5d733443205 100644
--- a/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php
+++ b/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php
@@ -165,7 +165,7 @@ class DynamicRoleProviderFactory implements FactoryInterface
                     = $config->Auth->ip_range;
             }
             if (!empty($permissions['legacy.SummonExtendedResults'])) {
-                $permissions['legacy.SummonExtendedResults']['boolean'] = 'OR';
+                $permissions['legacy.SummonExtendedResults']['require'] = 'ANY';
                 $permissions['legacy.SummonExtendedResults']['permission']
                     = 'access.SummonExtendedResults';
             } else {
-- 
GitLab