diff --git a/module/VuFind/src/VuFind/RecordTab/Formats.php b/module/VuFind/src/VuFind/RecordTab/Formats.php
index 1e154443319765dddcc28ad13f4cd9be86b45775..c096dabd98452cfd054c30fea44ddec01fd751ab 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;
     }