X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fauthtypes.pl;h=98693724e3876b5fd078bd761084aad5c8dd0472;hb=2b8b5ae225af6119e41e2112f9a8573b4170b927;hp=87895593785643c367e62e75afb8bcaa6497d600;hpb=dcf25a5b443ef4546a08badc5627012b4fb1d4d8;p=koha_fer diff --git a/admin/authtypes.pl b/admin/authtypes.pl index 8789559378..98693724e3 100755 --- a/admin/authtypes.pl +++ b/admin/authtypes.pl @@ -16,9 +16,9 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; @@ -45,7 +45,7 @@ my ($template, $borrowernumber, $cookie) query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => {parameters => 1}, + flagsrequired => {parameters => 'parameters_remaining_permissions'}, debug => 1, });