We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0cf2ab + 2a0b025 commit 44bfeb8Copy full SHA for 44bfeb8
library/Zend/Mvc/Service/ViewHelperManagerFactory.php
@@ -86,7 +86,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
86
$config = $serviceLocator->get('Config');
87
$basePathHelper = new ViewHelper\BasePath;
88
if (isset($config['view_manager']) && isset($config['view_manager']['base_path'])) {
89
- $basePath = $config['base_path'];
+ $basePath = $config['view_manager']['base_path'];
90
} else {
91
$basePath = $serviceLocator->get('Request')->getBasePath();
92
}
0 commit comments