Ticket #249 (closed Bug: fixed)
Profiler, render bug (PHP 5.1.6)
| Reported by: | dynom | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | 5.1.6 render view profiler | Cc: |
Description
On: system/libraries/Profiler.php:96
This: Kohana::$output .= $view;
Should be: Kohana::$output .= $view->render();
Change History
Note: See
TracTickets for help on using
tickets.
