mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 21:28:02 +02:00
typos
This commit is contained in:
@@ -118,7 +118,7 @@ class DibiConnection extends DibiObject
|
||||
$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->register($this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user