From d8f24f56b0989d3b4d11a8b57209c4ab5e534a4a Mon Sep 17 00:00:00 2001
From: Mario Trojan <mario.trojan@uni-tuebingen.de>
Date: Mon, 9 Mar 2020 13:18:25 +0100
Subject: [PATCH] RecordTab/Formats: removed dead constructor parameter $urc.
 (#1580)

---
 module/VuFind/src/VuFind/RecordTab/Formats.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/RecordTab/Formats.php b/module/VuFind/src/VuFind/RecordTab/Formats.php
index 1e154443319..c096dabd984 100644
--- a/module/VuFind/src/VuFind/RecordTab/Formats.php
+++ b/module/VuFind/src/VuFind/RecordTab/Formats.php
@@ -50,9 +50,8 @@ class Formats extends AbstractBase
      * Constructor
      *
      * @param bool $enabled is this tab enabled?
-     * @param bool $urc     use recaptcha?
      */
-    public function __construct($enabled = true, $urc = false)
+    public function __construct($enabled = true)
     {
         $this->enabled = $enabled;
     }
-- 
GitLab