mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 21:58:10 +02:00
updated for new Nette Debug Bar
This commit is contained in:
@@ -42,10 +42,6 @@ class DibiConnection extends DibiObject
|
||||
*/
|
||||
public function __construct($config, $name = NULL)
|
||||
{
|
||||
if (class_exists(/*Nette\*/'Debug', FALSE)) {
|
||||
/*Nette\*/Debug::addColophon(array('dibi', 'getColophon'));
|
||||
}
|
||||
|
||||
// DSN string
|
||||
if (is_string($config)) {
|
||||
parse_str($config, $config);
|
||||
|
Reference in New Issue
Block a user