@@ -50,7 +50,7 @@ function b_iforum_show($options)
5050 global $ access_forums ;
5151 $ modulename = basename (dirname (dirname (__FILE__ ) ) );
5252 $ db = Database::getInstance ();
53- $ myts = MyTextSanitizer ::getInstance ();
53+ $ myts = icms_core_Textsanitizer ::getInstance ();
5454 $ block = array ();
5555 $ i = 0 ;
5656 $ order = "" ;
@@ -180,7 +180,7 @@ function b_iforum_topic_show($options)
180180 global $ access_forums ;
181181 $ modulename = basename (dirname (dirname (__FILE__ ) ) );
182182 $ db =icms_db_Factory::instance ();
183- $ myts =MyTextSanitizer ::getInstance ();
183+ $ myts =icms_core_Textsanitizer ::getInstance ();
184184 $ block = array ();
185185 $ i = 0 ;
186186 $ order = "" ;
@@ -325,7 +325,7 @@ function b_iforum_post_show($options)
325325 global $ access_forums ;
326326 $ modulename = basename (dirname (dirname (__FILE__ ) ) );
327327 $ db =Database::getInstance ();
328- $ myts =MyTextSanitizer ::getInstance ();
328+ $ myts =icms_core_Textsanitizer ::getInstance ();
329329 $ block = array ();
330330 $ i = 0 ;
331331 $ order = "" ;
@@ -471,7 +471,7 @@ function b_iforum_author_show($options)
471471 global $ access_forums ;
472472 $ modulename = basename (dirname (dirname (__FILE__ ) ) );
473473 $ db =Database::getInstance ();
474- $ myts =MyTextSanitizer ::getInstance ();
474+ $ myts =icms_core_Textsanitizer ::getInstance ();
475475 $ block = array ();
476476 $ i = 0 ;
477477 $ type = "topic " ;
@@ -850,4 +850,4 @@ function b_iforum_author_edit($options)
850850
851851 return $ form ;
852852}
853- ?>
853+ ?>
0 commit comments