Преглед на файлове

Fixed regression introduced on fix [2829]

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2866 a333f486-631f-4898-b8df-5754b55c2be0
romainq преди 11 години
родител
ревизия
6d944fa49f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      setup/setuputils.class.inc.php

+ 1 - 1
setup/setuputils.class.inc.php

@@ -1364,7 +1364,7 @@ EOF
 			sort($aDirs);
 			// Windows: there is a backslash at the end (though the path is made of slashes!!!)
 			$sDir = basename(array_pop($aDirs));
-			$sRes = $sBaseDir.'/'.$sDir;
+			$sRes = $sBaseDir.'/'.$sDir.'/';
 			return $sRes;
 		}
 		return false;