X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Fmodifier.preview.php;h=b44f6eb17f638fefbbef35c3d86561fd159cdaf2;hb=229a00474645760cb16603d172f13d6270d9200d;hp=719314b1656b47f4cd1bef30259e4af075eefd40;hpb=e909f81b8c7e4413f5788b36d8fbf2409ac11f46;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/modifier.preview.php b/wwwroot/inc/smarty/node_methodz/modifier.preview.php index 719314b..b44f6eb 100644 --- a/wwwroot/inc/smarty/node_methodz/modifier.preview.php +++ b/wwwroot/inc/smarty/node_methodz/modifier.preview.php @@ -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;