From 91ce98f0c77e3c95a0b89b79c094c77dbb394ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20K=C5=99=C3=AD=C5=BE?= Date: Tue, 23 Sep 2014 21:13:16 +0200 Subject: [PATCH] SystemExtension: relative defaultPresenter name --- src/System/DI/SystemExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System/DI/SystemExtension.php b/src/System/DI/SystemExtension.php index 492e774a..e1d3c4b3 100755 --- a/src/System/DI/SystemExtension.php +++ b/src/System/DI/SystemExtension.php @@ -48,7 +48,7 @@ class SystemExtension extends \Nette\DI\CompilerExtension 'session' => array(), 'administration' => array( 'routePrefix' => '', - 'defaultPresenter' => 'Admin:System:Dashboard', + 'defaultPresenter' => 'System:Dashboard', 'authentication' => array( 'autologin' => null, 'autoregistration' => null,