Skip to content

Commit

Permalink
added missing I18N helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nibsirahsieu committed Dec 7, 2011
1 parent 7e77603 commit 9e07877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sfNestedComment/templates/_recentComments.php
@@ -1,4 +1,4 @@
<?php use_helper('sfNestedComment') ?>
<?php use_helper('sfNestedComment', 'I18N') ?>
<?php $use_gravatar = sfNestedCommentConfig::isGravatarEnabled() ?>
<?php if ($use_gravatar): ?>
<?php use_helper('Gravatar') ?>
Expand Down

0 comments on commit 9e07877

Please sign in to comment.