X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fnodes.inc;h=2eefeb264e43b0ad464a5f93b5efb7a67bb815e6;hb=ae13bc85329f5ad48117d76bb7cc6ac993da98c7;hp=2b7053695068640759f99266ab8a87f8e22d7176;hpb=9ae34b38d91c30ae2b9c95c0f88c90e9da1512aa;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/nodes.inc b/wwwroot/inc/nodes.inc index 2b70536..2eefeb2 100644 --- a/wwwroot/inc/nodes.inc +++ b/wwwroot/inc/nodes.inc @@ -142,7 +142,7 @@ function processContent($node_content) { else { global $db,$htmlparse,$error; - if (!htmlparse::htmlparse($node_content)) { + if (!htmlparse->htmlparse($node_content)) { $error=$htmlparse; return false; }