mirror of
https://github.com/dg/dibi.git
synced 2025-08-18 03:41:30 +02:00
- updated PHP 5.3 namespace separator
This commit is contained in:
@@ -54,8 +54,8 @@ class DibiConnection extends DibiObject
|
||||
*/
|
||||
public function __construct($config, $name = NULL)
|
||||
{
|
||||
if (class_exists(/*Nette::*/'Debug', FALSE)) {
|
||||
/*Nette::*/Debug::addColophon(array('dibi', 'getColophon'));
|
||||
if (class_exists(/*Nette\*/'Debug', FALSE)) {
|
||||
/*Nette\*/Debug::addColophon(array('dibi', 'getColophon'));
|
||||
}
|
||||
|
||||
// DSN string
|
||||
|
Reference in New Issue
Block a user