Changeset 1499 for trunk/system/libraries/View.php
- Timestamp:
- 12/12/2007 12:36:11 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r1434 r1499 30 30 public function __construct($name, $data = NULL) 31 31 { 32 if (preg_match('/\.(?: gif|jpe?g|png|css|js|tiff?|swf|pdf)$/Di', $name, $type))32 if (preg_match('/\.(?:html?|gif|jpe?g|png|css|js|tiff?|swf|pdf)$/Di', $name, $type)) 33 33 { 34 34 // Removes the period from the beginning of the type
