From 92cb384ab30c66078eb92ec945385ea7b21e5a47 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Thu, 20 Oct 2016 13:41:37 +0200 Subject: [PATCH] Fixed problems with edit colecctions/plugins in pandora console. (cherry picked from commit 9db6a2d244b325b353f4429f53a459211a53accd) --- pandora_console/include/functions_filemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_filemanager.php b/pandora_console/include/functions_filemanager.php index 618af329a7..96eb74305a 100644 --- a/pandora_console/include/functions_filemanager.php +++ b/pandora_console/include/functions_filemanager.php @@ -755,7 +755,7 @@ function filemanager_file_explorer($real_directory, $relative_directory, if (($editor) && (!$readOnly)) { if (($typefile != 'bin') && ($typefile != 'pdf') && ($typefile != 'png') && ($typefile != 'jpg') && ($typefile != 'iso') && ($typefile != 'docx') && ($typefile != 'doc')) { - $data[4] .= "" . html_print_image('images/edit.png', true, array("style" => 'margin-top: 2px;', 'title' => __('Edit file'))) . ""; + $data[4] .= "" . html_print_image('images/edit.png', true, array("style" => 'margin-top: 2px;', 'title' => __('Edit file'))) . ""; } } }