Author: sevein
Date: Wed Oct 27 07:11:22 2010
New Revision: 8544
Log:
Fix typo.
Modified:
trunk/apps/qubit/modules/user/templates/_showActions.php
Modified: trunk/apps/qubit/modules/user/templates/_showActions.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/_showActions.php Wed Oct 27
07:10:21 2010 (r8543)
+++ trunk/apps/qubit/modules/user/templates/_showActions.php Wed Oct 27
07:11:22 2010 (r8544)
@@ -5,7 +5,7 @@
<div class="content">
<ul class="clearfix links">
- <?php if (QubitAcl::check($resourcd, 'update')): ?>
+ <?php if (QubitAcl::check($resource, 'update')): ?>
<li><?php echo link_to (__('Edit'), array($resource, 'module' =>
'user', 'action' => str_replace('index', 'edit',
$sf_context->getActionName()))) ?></li>
<?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.