Commit 39ff29a954626098f0ae9fd6f73a4f2c59243dce

Authored by nbm
1 parent 098ba3a9

Don't use addslashes in generateFolderPath.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4693 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/foldermanagement/Folder.inc
@@ -180,7 +180,6 @@ class Folder extends KTEntity { @@ -180,7 +180,6 @@ class Folder extends KTEntity {
180 global $default; 180 global $default;
181 $sPath = $this->generateFullFolderPath($iFolderID); 181 $sPath = $this->generateFullFolderPath($iFolderID);
182 $sPath = substr($sPath, 1, strlen($sPath)); 182 $sPath = substr($sPath, 1, strlen($sPath));
183 - $sPath = addslashes($sPath);  
184 return $sPath; 183 return $sPath;
185 } 184 }
186 185