Development

Changeset 8480

You must first sign up to be able to contribute.

Changeset 8480

Show
Ignore:
Timestamp:
04/16/08 12:46:37 (1 year ago)
Author:
fabien
Message:

removed array casting to be 5.0 compatible

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/request/sfWebRequest.class.php

    r8019 r8480  
    255255   * @return array An array of re-ordered uploaded file information 
    256256   */ 
    257   protected function convertFileInformation(array $taintedFiles) 
     257  protected function convertFileInformation($taintedFiles) 
    258258  { 
    259259    return $this->pathsToArray(preg_replace('#^(/[^/]+)?(/name|/type|/tmp_name|/error|/size)([^\s]*)( = [^\n]*)#m', '$1$3$2$4', $this->arrayToPaths($taintedFiles))); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.