Skip to content

Commit 46c44cd

Browse files
committed
Revert commit
phiamo#427
1 parent b7cd44c commit 46c44cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Navbar/Renderer/NavbarRenderer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function renderNavbar($name, array $options = array())
4747

4848
// we do not call renderBlock here to avoid too many nested level calls (XDebug limits the level to 100 by default)
4949
ob_start();
50-
$template->displayBlock($block, array('navbar' => $navbar, 'options' => $options));
50+
$template->displayBlock($block, array_merge($template->getEnvironment()->getGlobals() ,array('navbar' => $navbar, 'options' => $options)));
5151
$html = ob_get_clean();
5252

5353
return $html;

0 commit comments

Comments
 (0)