diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:18:17 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:18:17 -0400 |
| commit | fbde5b22b5c93f2623a977428484e3a685b7b365 (patch) | |
| tree | 2fbb4f4f72a760fddf8a2c51590882bdba459b68 /ajax_comments.php | |
| parent | 4c89d83a28e15aa006fd8a29fae1555cc3ae986b (diff) | |
| download | liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.tar.gz liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.tar.bz2 liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'ajax_comments.php')
| -rw-r--r-- | ajax_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax_comments.php b/ajax_comments.php index cb941d0..df8d98a 100644 --- a/ajax_comments.php +++ b/ajax_comments.php @@ -49,7 +49,7 @@ if( !$gContent->hasUserPermission( 'p_liberty_post_comments', TRUE, TRUE)) { $gBitSmarty->assign( 'commentsParentId', $commentsParentId ); if( !empty( $formfeedback )){ $statusCode = 400; - require_once $gBitSmarty->_get_plugin_filepath( 'function', 'formfeedback' ); + $gBitSmarty->loadPlugin( 'smarty_modifier_formfeedback' ); $XMLContent = smarty_function_formfeedback( $formfeedback, $gBitSmarty ); } $XMLContent .= $gBitSmarty->fetch( 'bitpackage:liberty/display_comment.tpl' ); |
