From ad3678e60c1c9702009e570b5c87c5f184374da7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 11 Oct 2019 16:30:53 +0200 Subject: [PATCH] remove unneeded echo --- views/bootstrap/class.ViewFolder.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 66fda3279..e9f999905 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -245,7 +245,6 @@ $('body').on('click', '.order-btn', function(ev) { foreach($attributes as $attribute) { $arr = $this->callHook('showFolderAttribute', $folder, $attribute); if(is_array($arr)) { - echo $txt; echo ""; echo "".$arr[0].":"; echo "".$arr[1].":";