Changeset 1168
- Timestamp:
- 2007-12-01 18:57:11 (11 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Net/trunk/FileWorkerBase.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Net/trunk/FileWorkerBase.cs
r1167 r1168 55 55 if ( sUserFilesPath == null || sUserFilesPath.Length == 0 ) 56 56 sUserFilesPath = DEFAULT_USER_FILES_PATH ; 57 58 // Try to get from the URL.59 if ( sUserFilesPath == null || sUserFilesPath.Length == 0 )60 {61 sUserFilesPath = Request.QueryString["ServerPath"] ;62 }63 57 } 64 58 }