From 9f3b9f69177923080f73d971a5254dbf5c7a2fec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Mar 2021 13:53:54 +0200 Subject: [PATCH] Fix var_dump --- htdocs/document.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/document.php b/htdocs/document.php index a0c4fcb640a..59501cc4701 100644 --- a/htdocs/document.php +++ b/htdocs/document.php @@ -207,7 +207,6 @@ if (empty($modulepart)) { // Check security and set return info with full path of file $check_access = dol_check_secure_access_document($modulepart, $original_file, $entity, $user, $refname); -var_dump($check_access); $accessallowed = $check_access['accessallowed']; $sqlprotectagainstexternals = $check_access['sqlprotectagainstexternals']; $fullpath_original_file = $check_access['original_file']; // $fullpath_original_file is now a full path name