Changeset 3125
- Timestamp:
- 04/18/08 18:27:24 (3 months ago)
- Files:
-
- trunk/Solar/Request.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Solar/Request.php
r3096 r3125 477 477 $files = $this->files; 478 478 $this->files = array(); 479 $this->_rebuildFiles($files, &$this->files);479 $this->_rebuildFiles($files, $this->files); 480 480 } 481 481 }
