Show
Ignore:
Timestamp:
03/29/2008 05:50:38 AM (8 months ago)
Author:
Geert
Message:

Added cache.driver_implements error just as is done with all other drivers.
Various other cleanups as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/View.php

    r2247 r2377  
    195195                        } 
    196196 
    197                         if ($print == TRUE) 
     197                        if ($print === TRUE) 
    198198                        { 
    199199                                // Display the output 
     
    207207                        header('Content-Type: '.$this->kohana_filetype[0]); 
    208208 
    209                         if ($print == TRUE) 
     209                        if ($print === TRUE) 
    210210                        { 
    211211                                if ($file = fopen($this->kohana_filename, 'rb'))