@@ -1,6 +1,6 @@ |
||
1 | 1 | <? |
2 | 2 | |
3 | -use Particletree\Pqp\Console; |
|
3 | +use Particletree\Pqp\Console; |
|
4 | 4 | use Particletree\Pqp\PhpQuickProfiler; |
5 | 5 | |
6 | 6 | final class Debugger |
@@ -81,9 +81,9 @@ |
||
81 | 81 | |
82 | 82 | public static function display() |
83 | 83 | { |
84 | - if ($_COOKIE['debugger'] == 'display' && self::instance()->display) { |
|
84 | + if ($_COOKIE['debugger'] == 'display' && self::instance()->display) { |
|
85 | 85 | self::instance()->profiler->display(); |
86 | - } |
|
86 | + } |
|
87 | 87 | } |
88 | 88 | |
89 | 89 | } |