Changeset 284
- Timestamp:
- 2007-05-04 22:45:27 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/filemanager/upload/php/upload.php (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/upload/php/upload.php
r132 r284 87 87 88 88 if ( $Config['UseFileType'] ) 89 $sServerDir .= $sType. '/' ;89 $sServerDir .= strtolower($sType) . '/' ; 90 90 91 91 while ( true ) … … 113 113 114 114 if ( $Config['UseFileType'] ) 115 $sFileUrl = $Config["UserFilesPath"] . $sType. '/' . $sFileName ;115 $sFileUrl = $Config["UserFilesPath"] . strtolower($sType) . '/' . $sFileName ; 116 116 else 117 117 $sFileUrl = $Config["UserFilesPath"] . $sFileName ; -
FCKeditor/trunk/_whatsnew.html
r283 r284 70 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/430">#430</a>] Links with a class 71 71 did generate a span in Firefox when removing them.</li> 72 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP quick upload 73 still tried to use the Upercase types instead of lowercase.</li> 72 74 </ul> 73 75 <h3>