From f7bcec7be73b8767fc1369e58261829531621c21 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 18 May 2020 18:29:52 +0200 Subject: [PATCH] set folder id in clipboard div (Closes: #473) --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index a5d1a9d72..f7a2d6356 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -375,7 +375,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; } if($this->params['enableclipboard']) { echo "
"; - echo "
"; + echo "
getID() : 0)."\">
"; echo "
"; }