From 7b0897a6698b5d2af9856f4b885a500cf8bf91d0 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Tue, 4 Jun 2013 22:03:11 +0200
Subject: [PATCH] fix: LF

---
 htdocs/document.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/document.php b/htdocs/document.php
index da87b339ac3..88e90ca46bf 100644
--- a/htdocs/document.php
+++ b/htdocs/document.php
@@ -100,7 +100,7 @@ if (empty($modulepart)) accessforbidden('Bad value for parameter modulepart');
 $check_access = dol_check_secure_access_document($modulepart,$original_file,$entity,$refname);
 $accessallowed              = $check_access['accessallowed'];
 $sqlprotectagainstexternals = $check_access['sqlprotectagainstexternals'];
-$original_file              = $check_access['original_file'];
+$original_file              = $check_access['original_file'];
 
 // Basic protection (against external users only)
 if ($user->societe_id > 0)
-- 
GitLab