Show
Ignore:
Timestamp:
11/05/06 00:50:01 (2 years ago)
Author:
dominik
Message:

more documentation fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/request/AgaviWebRequest.class.php

    r1096 r1239  
    421421  public function hasFileErrors() 
    422422  { 
    423     foreach($_FILES as &$file) { 
     423    foreach($_FILES as $file) { 
    424424      if($file['error'] != UPLOAD_ERR_OK) { 
    425425        return true;