Author: sevein
Date: Tue Feb  7 14:48:28 2012
New Revision: 10819

Log:
Fix typo

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

Modified: trunk/plugins/qtTrilliumPlugin/templates/_header.php
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/templates/_header.php        Tue Feb  7 
14:39:27 2012        (r10818)
+++ trunk/plugins/qtTrilliumPlugin/templates/_header.php        Tue Feb  7 
14:48:28 2012        (r10819)
@@ -8,7 +8,7 @@
 
         <?php if ($sf_user->isAuthenticated()): ?>
           <ul>
-            <?php echo get_component('menu', 'mainMenu', array('sf_cache_key' 
=> $sf_user->getCulture().$sf_user->getUserID()))
+            <?php echo get_component('menu', 'mainMenu', array('sf_cache_key' 
=> $sf_user->getCulture().$sf_user->getUserID())) ?>
           </ul>
         <?php endif; ?>
 

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