summaryrefslogtreecommitdiff
path: root/system/libraries/Profiler.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-06 14:51:04 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-06 14:51:04 -0700
commitb179b106c2b4d3971498f513ffc71eff1b6b1a5d (patch)
treeccffecba610b9dfc72ba6f4057c54ca0c8ae9fb7 /system/libraries/Profiler.php
parentbccaad92bb3b2ecc7c95e5eaf728b9be6e8a3b3a (diff)
Update Kohana to r4409
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r--system/libraries/Profiler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 47d82ace..9da053fb 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -8,7 +8,7 @@
* POST Data - The name and values of any POST data submitted to the current page.
* Cookie Data - All cookies sent for the current request.
*
- * $Id: Profiler.php 4090 2009-03-19 01:27:45Z bharat $
+ * $Id: Profiler.php 4383 2009-06-03 00:17:24Z ixmatus $
*
* @package Profiler
* @author Kohana Team
@@ -104,7 +104,7 @@ class Profiler_Core {
$view = new View('kohana_profiler', $data);
// Return rendered view if $return is TRUE
- if ($return == TRUE)
+ if ($return === TRUE)
return $view->render();
// Add profiler data to the output