Changeset 2377 for trunk/system/libraries/View.php
- Timestamp:
- 03/29/2008 05:50:38 AM (8 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r2247 r2377 195 195 } 196 196 197 if ($print == TRUE)197 if ($print === TRUE) 198 198 { 199 199 // Display the output … … 207 207 header('Content-Type: '.$this->kohana_filetype[0]); 208 208 209 if ($print == TRUE)209 if ($print === TRUE) 210 210 { 211 211 if ($file = fopen($this->kohana_filename, 'rb'))
