1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

bridges: changed file structure

This commit is contained in:
David Grudl
2014-03-24 19:25:32 +01:00
parent ed95fc2ddf
commit 247f38bb6b
3 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ require_once dirname(__FILE__) . '/libs/DibiEvent.php';
require_once dirname(__FILE__) . '/libs/DibiFileLogger.php';
require_once dirname(__FILE__) . '/libs/DibiFirePhpLogger.php';
if (interface_exists('Nette\Diagnostics\IBarPanel') || interface_exists('IBarPanel')) {
require_once dirname(__FILE__) . '/Nette/DibiNettePanel.php';
require_once dirname(__FILE__) . '/bridges/Nette-2.0/DibiNettePanel.php';
}