diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php
index f5ba3b501002a413f6bae1b4af37e26f3282923b..7525c0b0cef24fdeb69c3d3d9009314300185868 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}!='/')