html parse - another try
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / nodes.inc
index 2b7053695068640759f99266ab8a87f8e22d7176..2eefeb264e43b0ad464a5f93b5efb7a67bb815e6 100644 (file)
@@ -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;
                 }
This page took 0.098203 seconds and 4 git commands to generate.