From 112365c1bcac112d7b7e549db217f6fba218d75c Mon Sep 17 00:00:00 2001 From: e107steved Date: Tue, 5 Jun 2007 18:54:56 +0000 Subject: [PATCH] Bugtracker #3968 possible fix --- e107_handlers/comment_class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index 5761bd581..b101c04ec 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -12,8 +12,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $ -| $Revision: 1.5 $ -| $Date: 2007-05-04 19:32:22 $ +| $Revision: 1.6 $ +| $Date: 2007-06-05 18:54:56 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -22,6 +22,7 @@ if (!defined('e107_INIT')) { exit; } @include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_comment.php"); @include_once(e_LANGUAGEDIR."English/lan_comment.php"); +global $comment_shortcodes; require_once(e_FILE."shortcode/batch/comment_shortcodes.php"); /**