Closed radekdostal closed 9 years ago
In comparsion with Nette 2.2.3, in generated class SystemContainer (inside temp/cache directory), this line of code is missing inside public function initialize():
Nette\Bridges\Framework\TracyBridge::initialize();
Maybe, this is the reason: https://github.com/nette/bootstrap/commit/961b58a41472014e93c4d86d5647bcebc7849a5e
Fixed by https://github.com/nette/security/pull/10 ?
Yes, this fix helped.
In comparsion with Nette 2.2.3, in generated class SystemContainer (inside temp/cache directory), this line of code is missing inside public function initialize():
Nette\Bridges\Framework\TracyBridge::initialize();
Maybe, this is the reason: https://github.com/nette/bootstrap/commit/961b58a41472014e93c4d86d5647bcebc7849a5e