getUserSubmissionChildre fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / modifier.preview.php
index 719314b1656b47f4cd1bef30259e4af075eefd40..b44f6eb17f638fefbbef35c3d86561fd159cdaf2 100644 (file)
@@ -15,7 +15,7 @@ function smarty_modifier_preview($node_content)
 
                 require(INCLUDE_DIR.'htmlparse.inc');
                global $htmlparse;
-                htmlparse::htmlparse($node_content);
+                htmlparser::htmlparse($node_content);
 
                 if (!empty($htmlparse)) {
                         $error=$htmlparse;
This page took 0.127219 seconds and 4 git commands to generate.