Changeset 1519 for trunk/system/controllers/media.php
- Timestamp:
- 12/13/2007 11:38:01 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/controllers/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/controllers/media.php
r1518 r1519 24 24 { 25 25 // Find the filename and extension based on the URI 26 list ($file, $type) = preg_split('/\.(?=[^.]+ $)/', $this->uri->string());26 list ($file, $type) = preg_split('/\.(?=[^.]++$)/', $this->uri->string()); 27 27 28 28 // Attempt to load the resource using a view
