Skip to content

Commit

Permalink
changed parameter used in cache of globalNav (refs openpne#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jan 3, 2010
1 parent a05fd0f commit 245b8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pc_frontend/templates/_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div id="globalNav">
<?php
$globalNavOptions = array(
'is_secure' => opToolkit::isSecurePage(),
'type' => opToolkit::isSecurePage() ? 'secure_global' : 'insecure_global',
'culture' => sfContext::getInstance()->getUser()->getCulture(),
);
include_component('default', 'globalNav', $globalNavOptions);
Expand Down

0 comments on commit 245b8d2

Please sign in to comment.