Author: jablko
Date: Wed Aug 26 14:42:02 2009
New Revision: 3079
Log:
Fix typo in last commit
Modified:
trunk/apps/qubit/modules/actor/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/actor/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/listSuccess.php Wed Aug 26
14:13:11 2009 (r3078)
+++ trunk/apps/qubit/modules/actor/templates/listSuccess.php Wed Aug 26
14:42:02 2009 (r3079)
@@ -11,7 +11,7 @@
<?php if ('nameDown' == $sf_request->sort): ?>
<?php echo image_tag('down.gif', array('style' => 'padding-bottom:
3px'), 'sort down') ?>
<?php endif; ?>
- <?php if (SecurityPriviligest::editCredentials($sf_user, 'actor')): ?>
+ <?php if (SecurityPriviliges::editCredentials($sf_user, 'actor')): ?>
<span class="th-link"><?php echo link_to(__('add new'), 'actor/create')
?></span>
<?php endif; ?>
</th><th>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---