Changeset 2688
- Timestamp:
- 05/23/08 11:05:55 (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Profiler.php
r2687 r2688 83 83 $this->show = empty($get) ? Config::item('profiler.show') : $get; 84 84 85 Event::run('profiler.run' );85 Event::run('profiler.run', $this); 86 86 87 87 $styles = '';
