1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Bugtracker #3968 possible fix

This commit is contained in:
e107steved
2007-06-05 18:54:56 +00:00
parent c6119dca66
commit 112365c1bc

View File

@@ -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");
/**