diff -r f0431eb8161e -r 98c052fc3337 includes/functions.php --- a/includes/functions.php Sun Jun 21 00:16:21 2009 -0400 +++ b/includes/functions.php Sun Jun 21 00:20:32 2009 -0400 @@ -1835,7 +1835,7 @@ $rand_seed = md5( sha1(microtime()) . mt_rand() ); // We need MediaWiki - require_once(ENANO_ROOT . '/includes/wikiengine/Tables.php'); + require_once(ENANO_ROOT . '/includes/wikiengine/TagSanitizer.php'); // Strip out comments that are already escaped preg_match_all('/<!--(.*?)-->/', $html, $comment_match);