Changeset 1168

Show
Ignore:
Timestamp:
2007-12-01 18:57:11 (11 months ago)
Author:
fredck
Message:

Fixed #78 : Removed the code used to retrieve the BasePath from the QueryString.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/FileWorkerBase.cs

    r1167 r1168  
    5555                                                        if ( sUserFilesPath == null || sUserFilesPath.Length == 0 )  
    5656                                                                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                                                         } 
    6357                                                } 
    6458                                        }