Author: sevein
Date: Thu Feb  9 12:59:34 2012
New Revision: 10826

Log:
Update sf_cache_key also in the Columbia theme

Modified:
   trunk/plugins/sfColumbiaPlugin/templates/_header.php

Modified: trunk/plugins/sfColumbiaPlugin/templates/_header.php
==============================================================================
--- trunk/plugins/sfColumbiaPlugin/templates/_header.php        Thu Feb  9 
00:03:03 2012        (r10825)
+++ trunk/plugins/sfColumbiaPlugin/templates/_header.php        Thu Feb  9 
12:59:34 2012        (r10826)
@@ -1,7 +1,7 @@
 <div id="header">
   <div class="section clearfix">
 
-    <?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())) ?>
 
     <?php if (sfConfig::get('app_toggleLogo')): ?>
       <?php echo link_to(image_tag('logo', array('alt' => __('Home'))), 
'@homepage', array('id' => 'logo', 'rel' => 'home', 'title' => __('Home'))) ?>

-- 
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.

Reply via email to