Skip to content
Extraits de code Groupes Projets
Valider 72705c7b rédigé par cerdic's avatar cerdic
Parcourir les fichiers

"un bug sur le chemin (pat)"

parent b523d35a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -678,7 +678,7 @@ function _chemin($dir_path=NULL){ ...@@ -678,7 +678,7 @@ function _chemin($dir_path=NULL){
array_unshift($path_full, ($d[0] == '/' ? '' : _DIR_RACINE) . $d . '/'); 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 (strlen($dir_path)){
if ($dir_path{0}!='/') if ($dir_path{0}!='/')
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter