Changeset 673 for trunk/system/libraries/View.php
- Timestamp:
- 10/05/2007 03:12:01 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r656 r673 48 48 $this->kohana_filename = Kohana::find_file('views', $name, TRUE, $type); 49 49 $this->kohana_filetype = current(Config::item('mimes.'.$type)); 50 51 // Clear output Events to be safe 52 Event::clear('system.output'); 50 53 } 51 54 else
