mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Bugtracker #3968 possible fix
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
||||||
| $Revision: 1.5 $
|
| $Revision: 1.6 $
|
||||||
| $Date: 2007-05-04 19:32:22 $
|
| $Date: 2007-06-05 18:54:56 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -22,6 +22,7 @@ if (!defined('e107_INIT')) { exit; }
|
|||||||
|
|
||||||
@include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_comment.php");
|
@include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_comment.php");
|
||||||
@include_once(e_LANGUAGEDIR."English/lan_comment.php");
|
@include_once(e_LANGUAGEDIR."English/lan_comment.php");
|
||||||
|
global $comment_shortcodes;
|
||||||
require_once(e_FILE."shortcode/batch/comment_shortcodes.php");
|
require_once(e_FILE."shortcode/batch/comment_shortcodes.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user