Author: sevein
Date: Thu Feb 9 13:02:39 2012
New Revision: 10827
Log:
Apply Trillium sf_cache_key fix to ArchivesCanada
Modified:
trunk/plugins/qtArchivesCanadaPlugin/templates/_header.php
trunk/plugins/qtArchivesCanadaPlugin/templates/_sidebar.php
Modified: trunk/plugins/qtArchivesCanadaPlugin/templates/_header.php
==============================================================================
--- trunk/plugins/qtArchivesCanadaPlugin/templates/_header.php Thu Feb 9
12:59:34 2012 (r10826)
+++ trunk/plugins/qtArchivesCanadaPlugin/templates/_header.php Thu Feb 9
13:02:39 2012 (r10827)
@@ -8,7 +8,7 @@
<?php if ($sf_user->isAuthenticated()): ?>
<ul>
- <?php echo get_component('menu', 'mainMenu', array('sf_cache_key'
=> 'settings')) ?>
+ <?php echo get_component('menu', 'mainMenu', array('sf_cache_key'
=> $sf_user->getCulture().$sf_user->getUserID())) ?>
</ul>
<?php endif; ?>
Modified: trunk/plugins/qtArchivesCanadaPlugin/templates/_sidebar.php
==============================================================================
--- trunk/plugins/qtArchivesCanadaPlugin/templates/_sidebar.php Thu Feb 9
12:59:34 2012 (r10826)
+++ trunk/plugins/qtArchivesCanadaPlugin/templates/_sidebar.php Thu Feb 9
13:02:39 2012 (r10827)
@@ -3,7 +3,7 @@
<?php echo get_component_slot('sidebar') ?>
- <?php echo get_component('menu', 'browseMenu', array('sf_cache_key' =>
$sf_user->getCulture())) ?>
+ <?php echo get_component('menu', 'browseMenu', array('sf_cache_key' =>
$sf_user->getCulture().$sf_user->getUserID())) ?>
</div> <!-- /.section -->
</div> <!-- /.column.sidebar#sidebar-first -->
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.