Changeset 648 for trunk/system/libraries/View.php
- Timestamp:
- 10/04/2007 03:32:31 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r644 r648 42 42 public function __construct($name, $data = NULL) 43 43 { 44 if (preg_match('/\.( gif|jpg|png|swf|js|css)$/Di', $name, $type))44 if (preg_match('/\.([g|t]if|jpe?g|png|swf|js|css)$/Di', $name, $type)) 45 45 { 46 46 $type = $type[1];
