htmlparser final fix
authorHarvie <tomas@mudrunka.cz>
Tue, 26 Oct 2010 23:26:42 +0000 (01:26 +0200)
committerHarvie <tomas@mudrunka.cz>
Tue, 26 Oct 2010 23:26:42 +0000 (01:26 +0200)
wwwroot/inc/eventz/configure.inc
wwwroot/inc/smarty/node_methodz/modifier.preview.php

index 915d7ad0f5f60349279a0224297a4e45abc63e09..7959a0e5c5d4f8d56b14b7949eb77d224a1d9993 100644 (file)
@@ -71,7 +71,7 @@
 
                        require(INCLUDE_DIR.'htmlparse.inc');
                        global $htmlparse;
-                       htmlparse::htmlparse($node_name);
+                       htmlparser::htmlparse($node_name);
 
                        if (!empty($htmlparse)) {
                                $error=$htmlparse;
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.15748 seconds and 4 git commands to generate.