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