Changeset 2688

Show
Ignore:
Timestamp:
05/23/08 11:05:55 (3 months ago)
Author:
PugFish
Message:

Profiler adds itself to event data when running profiler.run

Files:
1 modified

Legend:

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

    r2687 r2688  
    8383        $this->show = empty($get) ? Config::item('profiler.show') : $get; 
    8484 
    85         Event::run('profiler.run'); 
     85        Event::run('profiler.run', $this); 
    8686 
    8787        $styles = '';