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

Fixed usage of deprecated parameter

This commit is contained in:
Jáchym Toušek
2013-08-29 03:02:11 +02:00
parent 1728437f5d
commit a1f7413c9f

View File

@@ -27,7 +27,7 @@ class DibiNette21Extension extends Nette\DI\CompilerExtension
$useProfiler = isset($config['profiler'])
? $config['profiler']
: !$container->parameters['productionMode'];
: $container->parameters['debugMode'];
unset($config['profiler']);