1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +02:00
This commit is contained in:
David Grudl
2012-01-19 06:00:38 +01:00
parent 5b68657842
commit 0723e8ffc8
2 changed files with 6 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ class DibiConnection extends DibiObject
$this->onEvent[] = array(new DibiFirePhpLogger($filter), 'logEvent'); $this->onEvent[] = array(new DibiFirePhpLogger($filter), 'logEvent');
} }
if (class_exists('DibiNettePanel')) { if (class_exists('DibiNettePanel', FALSE)) {
$panel = new DibiNettePanel(isset($profilerCfg['explain']) ? $profilerCfg['explain'] : TRUE, $filter); $panel = new DibiNettePanel(isset($profilerCfg['explain']) ? $profilerCfg['explain'] : TRUE, $filter);
$panel->register($this); $panel->register($this);
} }