Skip to content
Snippets Groups Projects
Commit d8f24f56 authored by Mario Trojan's avatar Mario Trojan Committed by Robert Lange
Browse files

RecordTab/Formats: removed dead constructor parameter $urc. (#1580)

parent 524c56ba
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment