Show
Ignore:
Timestamp:
10/05/2007 03:12:01 PM (14 months ago)
Author:
Shadowhand
Message:

Small changes:

  • Implemented a work around for Profiler being displayed in external resources (scripts can be output with views with Profiler globally enabled)
  • Added inflector::uncountable($str)
Files:
1 modified

Legend:

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

    r656 r673  
    4848                        $this->kohana_filename = Kohana::find_file('views', $name, TRUE, $type); 
    4949                        $this->kohana_filetype = current(Config::item('mimes.'.$type)); 
     50 
     51                        // Clear output Events to be safe 
     52                        Event::clear('system.output'); 
    5053                } 
    5154                else