Changeset 8480
- Timestamp:
- 04/16/08 12:46:37 (1 year ago)
- Files:
-
- branches/1.0/lib/request/sfWebRequest.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/request/sfWebRequest.class.php
r8019 r8480 255 255 * @return array An array of re-ordered uploaded file information 256 256 */ 257 protected function convertFileInformation( array$taintedFiles)257 protected function convertFileInformation($taintedFiles) 258 258 { 259 259 return $this->pathsToArray(preg_replace('#^(/[^/]+)?(/name|/type|/tmp_name|/error|/size)([^\s]*)( = [^\n]*)#m', '$1$3$2$4', $this->arrayToPaths($taintedFiles)));

