From 519cbda5f3c7d85401f48bd97011d909d3728dca Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 30 Jul 2025 13:55:12 +0200 Subject: [PATCH] parameter enableclipboard from view isn't used --- views/bootstrap/class.ObjectCheck.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/bootstrap/class.ObjectCheck.php b/views/bootstrap/class.ObjectCheck.php index 5c10e4c49..98014ce7f 100644 --- a/views/bootstrap/class.ObjectCheck.php +++ b/views/bootstrap/class.ObjectCheck.php @@ -761,7 +761,6 @@ $(document).ready( function() { $setchecksum = $this->params['setchecksum']; $rootfolder = $this->params['rootfolder']; $repairobjects = $this->params['repairobjects']; - $this->enableClipboard = $this->params['enableclipboard']; $this->htmlStartPage(getMLText("admin_tools")); $this->globalNavigation();