From 72705c7b10ddf5eb2021e2bd8417840438126ad9 Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Tue, 17 Apr 2007 19:46:44 +0000
Subject: [PATCH] "un bug sur le chemin (pat)"

---
 ecrire/inc/utils.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php
index f5ba3b5010..7525c0b0ce 100644
--- a/ecrire/inc/utils.php
+++ b/ecrire/inc/utils.php
@@ -678,7 +678,7 @@ function _chemin($dir_path=NULL){
 				array_unshift($path_full, ($d[0] == '/' ? '' : _DIR_RACINE) . $d . '/');
 		
 	}
-	if ($dir_path==NULL) return $path_full;
+	if ($dir_path===NULL) return $path_full;
 
 	if (strlen($dir_path)){
 		if ($dir_path{0}!='/')
-- 
GitLab